summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-12-24 06:39:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:07:37 -0500
commitbebe512a57c6aabe6cd539750834297a17b5c4f5 (patch)
treef044682fe38600e759606b81f3d1bf632f4ef3ce /source4
parent3ad2bf2fa17805d0655e646591bab72d98a71c5e (diff)
downloadsamba-bebe512a57c6aabe6cd539750834297a17b5c4f5.tar.gz
samba-bebe512a57c6aabe6cd539750834297a17b5c4f5.tar.bz2
samba-bebe512a57c6aabe6cd539750834297a17b5c4f5.zip
r4354: The ldb databases do not go in lib/private, but in private/ under PREFIX
Andrew Bartlett (This used to be commit 9ccb2a39c34766d620059a56a925cb749a0ad6f4)
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/script/provision.pl2
-rwxr-xr-xsource4/script/rootdse.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/script/provision.pl b/source4/script/provision.pl
index c00511f373..dde89b6d92 100755
--- a/source4/script/provision.pl
+++ b/source4/script/provision.pl
@@ -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
";
diff --git a/source4/script/rootdse.pl b/source4/script/rootdse.pl
index 8d8bb2e5f9..cfe49a6582 100755
--- a/source4/script/rootdse.pl
+++ b/source4/script/rootdse.pl
@@ -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
";