2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installing Findutils</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Before Findutils is installed the findutils patch file has
|
2001-08-08 21:39:51 +01:00
|
|
|
to be unpacked.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Install Findutils by running the following commands:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-10-27 23:21:44 +01:00
|
|
|
<para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &&
|
|
|
|
./configure --prefix=/usr &&
|
|
|
|
make &&
|
|
|
|
make libexecdir=/usr/bin install</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
2001-11-26 16:28:09 +00:00
|
|
|
<sect2>
|
|
|
|
<title>FHS compliance notes</title>
|
|
|
|
|
|
|
|
<para>By default, the location of the updatedb database is in /usr/var.
|
|
|
|
If you would rather be FHS compliant, you may wish to use another
|
|
|
|
location. The following commands use the database file
|
|
|
|
<filename>/var/lib/misc/locatedb</filename> which is FHS compliant.</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &&
|
|
|
|
./configure --prefix=/usr &&
|
|
|
|
make localstatedir=/var/lib/misc &&
|
|
|
|
make localstatedir=/var/lib/misc libexecdir=/usr/bin install</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-11-26 16:28:09 +00:00
|
|
|
</sect2>
|