git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7781 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
@@ -38,6 +38,11 @@
<listitem>
<para>2006-08-31</para>
<itemizedlist>
+ <listitem>
+ <para>[matthew] - Change the location of locatedb from
+ /var/lib/locate to /var/lib/misc so as to comply with the FHS. Fixes
+ #1869.</para>
+ </listitem>
<para>[matthew] - Remove spurious curly braces from the example
/etc/resolv.conf. Fixes #1870.</para>
@@ -40,7 +40,7 @@
<para>Prepare Findutils for compilation:</para>
<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/findutils \
- --localstatedir=/var/lib/locate</userinput></screen>
+ --localstatedir=/var/lib/misc</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>