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

tridge at samba.org tridge at samba.org
Mon Jun 27 05:46:46 GMT 2005


Author: tridge
Date: 2005-06-27 05:46:45 +0000 (Mon, 27 Jun 2005)
New Revision: 7940

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

Log:
use local path first for ldbadd in provisioning


Modified:
   branches/SAMBA_4_0/source/setup/provision.pl


Changeset:
Modified: branches/SAMBA_4_0/source/setup/provision.pl
===================================================================
--- branches/SAMBA_4_0/source/setup/provision.pl	2005-06-27 05:28:09 UTC (rev 7939)
+++ branches/SAMBA_4_0/source/setup/provision.pl	2005-06-27 05:46:45 UTC (rev 7940)
@@ -402,7 +402,7 @@
 }
 
 # allow provisioning to be run from the source directory
-$ENV{"PATH"} .= ":bin:../bin";
+$ENV{"PATH"} = "bin:../bin:" . $ENV{"PATH"};
 
 
 my $res = apply_substitutions($data);



More information about the samba-cvs mailing list