diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/findutils.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1abf6e973..7226ee74d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -34,6 +34,10 @@ </itemizedlist> </listitem> +<listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Findutils: +Changed --libexecdir option from /usr/bin to /usr/lib/locate. Partially +fixes Bug #678.</para></listitem> + <listitem><para>November 14th, 2003 [greg]: Chapter 6 - Coreutils: Stopped moving these binaries into /bin: dir, dircolors, du, mkfifo, shred, vdir. Closes Bug 679.</para></listitem> diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 5d527b2ee..5c2c0e956 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -15,7 +15,7 @@ Estimated required disk space: &findutils-compsize;</screen> <para>Prepare Findutils for compilation:</para> -<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/bin</userinput></screen> +<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 |