mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
Make findutils FHS-compliant
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3264 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
31a5625f9f
commit
2a264e0bc2
@ -34,6 +34,9 @@ first a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>February 26th, 2004 [jeremy]: Altered the instructions for
|
||||
Chapter 6 findutils to be FHS-Compliant</para></listitem>
|
||||
|
||||
<listitem><para>February 26th, 2004 [jeremy]: Removed the creation of the
|
||||
/usr/etc directory to conform with FHS - closes bug 775</para></listitem>
|
||||
|
||||
|
@ -19,12 +19,11 @@ consulting a previously set up database.</para>
|
||||
|
||||
<para>Prepare Findutils for compilation:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate</userinput></screen>
|
||||
<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate \
|
||||
--localstatedir=/var/lib/misc</userinput></screen>
|
||||
|
||||
<para>The default location for the <emphasis>locate</emphasis> database is
|
||||
<filename>/usr/var</filename>. To make the location of this database
|
||||
FHS-compliant, add <emphasis>--localstatedir=/var/lib/misc</emphasis>
|
||||
to the above configure options.</para>
|
||||
<para>The localstatedir directive above changes the location of the locate
|
||||
database to be in /var/lib/misc, which is FHS-compliant.</para>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"/usr/share/docbook/docbookx.dtd" [
|
||||
|
||||
<!ENTITY version "CVS-2004-02-26">
|
||||
<!ENTITY releasedate "February 26th, 2004">
|
||||
<!ENTITY version "CVS-2004-02-27">
|
||||
<!ENTITY releasedate "February 27th, 2004">
|
||||
<!ENTITY milestone "5.2">
|
||||
<!ENTITY nbsp " ">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user