aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/findutils.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/findutils.xml')
-rw-r--r--chapter06/findutils.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml
index 4b3ec4d22..1041a20ab 100644
--- a/chapter06/findutils.xml
+++ b/chapter06/findutils.xml
@@ -15,17 +15,16 @@ Estimated required disk space: &findutils-compsize;</screen>
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
-<title>Installing Findutils</title>
+<title>Installation of Findutils</title>
<para>Prepare Findutils for compilation:</para>
<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/locate</userinput></screen>
-<para>By default, the location of the updatedb database is in
-<filename>/usr/var</filename>. To make the location of
-<filename>/var/lib/misc/locatedb</filename> file FHS compliant, pass the
-<emphasis>--localstatedir=/var/lib/misc</emphasis> option to
-<userinput>configure</userinput>.</para>
+<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>Compile the package:</para>