svn commit: samba r4354 - in branches/SAMBA_4_0/source/script: .

abartlet at samba.org abartlet at samba.org
Fri Dec 24 06:39:18 GMT 2004


Author: abartlet
Date: 2004-12-24 06:39:18 +0000 (Fri, 24 Dec 2004)
New Revision: 4354

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

Log:
The ldb databases do not go in lib/private, but in private/ under PREFIX

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/script/provision.pl
   branches/SAMBA_4_0/source/script/rootdse.pl


Changeset:
Modified: branches/SAMBA_4_0/source/script/provision.pl
===================================================================
--- branches/SAMBA_4_0/source/script/provision.pl	2004-12-24 00:56:30 UTC (rev 4353)
+++ branches/SAMBA_4_0/source/script/provision.pl	2004-12-24 06:39:18 UTC (rev 4354)
@@ -386,7 +386,7 @@
 print "done
 
 Installation:
-- Please move newsam.ldb to sam.ldb in the lib/private/ directory of your
+- Please move newsam.ldb to sam.ldb in the private/ directory of your
   Samba4 installation
 - Please use $dnsdomain.zone to in BIND dns server
 ";

Modified: branches/SAMBA_4_0/source/script/rootdse.pl
===================================================================
--- branches/SAMBA_4_0/source/script/rootdse.pl	2004-12-24 00:56:30 UTC (rev 4353)
+++ branches/SAMBA_4_0/source/script/rootdse.pl	2004-12-24 06:39:18 UTC (rev 4354)
@@ -146,7 +146,7 @@
 
 print "done
 
-Please move newrootdse.ldb to rootdse.ldb in the lib/private/ directory of your
+Please move newrootdse.ldb to rootdse.ldb in the private/ directory of your
 Samba4 installation
 ";
 



More information about the samba-cvs mailing list