From 565780205bbb6989c5a9ac84a747513cdd735b9e Mon Sep 17 00:00:00 2001 From: Larry Lawrence Date: Wed, 15 Oct 2003 21:24:18 +0000 Subject: [PATCH] moved openldap's localstatedir to /var/lib git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1396 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- introduction/welcome/changelog.xml | 3 +++ server/other/openldap/openldap-inst.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 44f1a466d8..0df4d27c45 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -11,6 +11,9 @@ who wrote what. +October 15th, 2003 [larry]: moved openldap's +localstatedir to /var/lib. + October 14th, 2003 [larry]: went back to fluxbox-0.1.14 stable and added patch. diff --git a/server/other/openldap/openldap-inst.xml b/server/other/openldap/openldap-inst.xml index 1994bb9aa6..b758a1fd21 100644 --- a/server/other/openldap/openldap-inst.xml +++ b/server/other/openldap/openldap-inst.xml @@ -5,7 +5,7 @@ running the following commands: ./configure --prefix=/usr --libexecdir=/usr/sbin \ - --sysconfdir=/etc --localstatedir=/var \ + --sysconfdir=/etc --localstatedir=/var/lib \ --disable-debug --enable-ldbm && make depend && make &&