diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-12 06:57:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:20:10 -0500 |
commit | 26a55c330a8cd79da290b2ad0e15aaf94be6ebcf (patch) | |
tree | 85c23207c8baac99d60163bb3e3089d7e2cabb04 /source4/setup | |
parent | 102e24761189306fdf6233481ada43e99a56b5e7 (diff) | |
download | samba-26a55c330a8cd79da290b2ad0e15aaf94be6ebcf.tar.gz samba-26a55c330a8cd79da290b2ad0e15aaf94be6ebcf.tar.bz2 samba-26a55c330a8cd79da290b2ad0e15aaf94be6ebcf.zip |
r8355: - added a vsprintf() function
- removed the --outputdir option from provision, as its not used any
more (as ejs knows the real paths)
(This used to be commit abbf9c703c17c2edc2d978dade3619a96c38d0d9)
Diffstat (limited to 'source4/setup')
-rwxr-xr-x | source4/setup/provision | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/setup/provision b/source4/setup/provision index c388a10bf9..f37907241e 100755 --- a/source4/setup/provision +++ b/source4/setup/provision @@ -26,7 +26,6 @@ ok = GetOptions(ARGV, options, 'nogroup=s', 'wheel=s', 'users=s', - 'outputdir=s', 'quiet'); if (ok == false) { println("Failed to parse options: " + options.ERROR); @@ -200,7 +199,6 @@ provision.pl [options] --host-ip IPADDRESS set ipaddress --host-guid GUID set hostguid (otherwise random) --invocationid GUID set invocationid (otherwise random) - --outputdir OUTPUTDIR set output directory --adminpass PASSWORD choose admin password (otherwise random) --krbtgtpass PASSWORD choose krbtgt password (otherwise random) --machinepass PASSWORD choose machine password (otherwise random) |