Revert the change in locatedb's location. It was incomplete and possibly moved locatedb to the wrong location

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7782 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2006-08-31 21:51:19 +00:00
parent 255418e274
commit 6199f2c090
2 changed files with 1 additions and 6 deletions

View File

@ -38,11 +38,6 @@
<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>
<listitem>
<para>[matthew] - Remove spurious curly braces from the example
/etc/resolv.conf. Fixes #1870.</para>

View File

@ -40,7 +40,7 @@
<para>Prepare Findutils for compilation:</para>
<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/findutils \
--localstatedir=/var/lib/misc</userinput></screen>
--localstatedir=/var/lib/locate</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>