svn commit: samba r8350 - in branches/SAMBA_4_0/source/setup: .

tridge at samba.org tridge at samba.org
Tue Jul 12 06:12:52 GMT 2005


Author: tridge
Date: 2005-07-12 06:12:52 +0000 (Tue, 12 Jul 2005)
New Revision: 8350

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8350

Log:
fixed the --root option to provision




Modified:
   branches/SAMBA_4_0/source/setup/provision


Changeset:
Modified: branches/SAMBA_4_0/source/setup/provision
===================================================================
--- branches/SAMBA_4_0/source/setup/provision	2005-07-12 06:08:14 UTC (rev 8349)
+++ branches/SAMBA_4_0/source/setup/provision	2005-07-12 06:12:52 UTC (rev 8350)
@@ -5,7 +5,7 @@
 	Released under the GNU GPL v2 or later
 */
 
-var options = new Object();
+options = new Object();
 ok = GetOptions(ARGV, options, 
 		"POPT_AUTOHELP",
 		"POPT_COMMON_SAMBA",
@@ -150,7 +150,6 @@
 	if (arguments.length == 4) {
 		extra = arguments[3];
 	}
-	printVars(lpGet("setup directory"));
 
 	var db = lpGet("private dir") + "/" + dbname;
 	var src = lpGet("setup directory") + "/" + ldif;



More information about the samba-cvs mailing list