Change the location of locatedb to comply with the FHS. Fixes #1869.

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

View File

@ -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>
<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/locate</userinput></screen>
--localstatedir=/var/lib/misc</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>