r4354: The ldb databases do not go in lib/private, but in private/ under PREFIX
authorAndrew Bartlett <abartlet@samba.org>
Fri, 24 Dec 2004 06:39:18 +0000 (06:39 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:07:37 +0000 (13:07 -0500)
Andrew Bartlett
(This used to be commit 9ccb2a39c34766d620059a56a925cb749a0ad6f4)

source4/script/provision.pl
source4/script/rootdse.pl

index c00511f3735598e1bb7060d1ee745e390a05d6fa..dde89b6d92990dad84d174f2a10685da3abe4337 100755 (executable)
@@ -386,7 +386,7 @@ FileSave("$dnsdomain.zone", $res);
 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
 ";
index 8d8bb2e5f90019c3f3e7225ba6685ebdacb2c94f..cfe49a65820e4270c02fce20cfbcb38855b5a096 100755 (executable)
@@ -146,7 +146,7 @@ system("ldbadd -H newrootdse.ldb newrootdse.ldif");
 
 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
 ";