diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 58688804f..94b2a375c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,11 +38,6 @@ 2006-08-31 - - [matthew] - Change the location of locatedb from - /var/lib/locate to /var/lib/misc so as to comply with the FHS. Fixes - #1869. - [matthew] - Remove spurious curly braces from the example /etc/resolv.conf. Fixes #1870. diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 3ff8d2c52..c05af343b 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -40,7 +40,7 @@ Prepare Findutils for compilation: ./configure --prefix=/usr --libexecdir=/usr/lib/findutils \ - --localstatedir=/var/lib/misc + --localstatedir=/var/lib/locate The meaning of the configure options: