aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/inetutils.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index e036ff132..14939e11a 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -34,6 +34,10 @@
</itemizedlist>
</listitem>
+<listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Inetutils:
+Changed --libexecdir option from /usr/sbin to /usr/lib. Partially fixes Bug
+#678.</para></listitem>
+
<listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Findutils and
Gawk: Changed --libexecdir option from /usr/bin to /usr/lib/locate and
/usr/lib/gawk respectively. Partially fixes Bug #678.</para></listitem>
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml
index fd448abdb..acb4996e4 100644
--- a/chapter06/inetutils.xml
+++ b/chapter06/inetutils.xml
@@ -16,7 +16,7 @@ Estimated required disk space: &inetutils-compsize;</screen>
<para>Prepare Inetutils for compilation:</para>
<screen><userinput>./configure --prefix=/usr --disable-syslogd \
-&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/sbin --disable-logger \
+&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/lib --disable-logger \
&nbsp;&nbsp;&nbsp;&nbsp;--sysconfdir=/etc --localstatedir=/var \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-whois --disable-servers</userinput></screen>