diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-03-29 17:17:56 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-03-29 17:17:56 +1100 |
commit | 238a1a52f1fd3cce0a0fd980c1717c8540a1c7a1 (patch) | |
tree | 866a9428a9a698e4cb2cbdfc1177e96c3d9e4f3a /source4/setup/provision | |
parent | 504f709b6f114419a265158c6f007f5ebd8e499f (diff) | |
download | samba-238a1a52f1fd3cce0a0fd980c1717c8540a1c7a1.tar.gz samba-238a1a52f1fd3cce0a0fd980c1717c8540a1c7a1.tar.bz2 samba-238a1a52f1fd3cce0a0fd980c1717c8540a1c7a1.zip |
Rework 'compleated' message in provision to be more useful.
In particular, this should draw attention to accidential 'standalone'
server provisions and therefore cause less frustration.
Andrew Bartlett
(This used to be commit e906ae041a2b589ffceff97b74f7c4b01386382a)
Diffstat (limited to 'source4/setup/provision')
-rwxr-xr-x | source4/setup/provision | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/setup/provision b/source4/setup/provision index cf08036f90..e354f4d0bb 100755 --- a/source4/setup/provision +++ b/source4/setup/provision @@ -149,12 +149,3 @@ provision(setup_dir, message, aci=opts.aci, serverrole=server_role, ldap_backend=opts.ldap_backend, ldap_backend_type=opts.ldap_backend_type) - -message("To reproduce this provision, run with:") -def shell_escape(arg): - if " " in arg: - return '"%s"' % arg - return arg -message(" ".join([shell_escape(arg) for arg in sys.argv])) - -message("All OK") |