aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/glibc.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index c19805ecd..1abf6e973 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -38,8 +38,8 @@
moving these binaries into /bin: dir, dircolors, du, mkfifo, shred, vdir.
Closes Bug 679.</para></listitem>
-<listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Glibc: Removed
-the --libexecdir=/usr/bin option. Partially fixes Bug
+<listitem><para>November 14th, 2003 [gerard]: Chapter 6 - Glibc: Changed
+--libexecdir option from /usr/bin to /usr/lib. Partially fixes Bug
#678.</para></listitem>
<listitem><para>November 14th, 2003 [greg]: Chapter 6 - Shadow: Added command
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 8798028cf..c2df2bfb8 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -48,7 +48,7 @@ cd ../glibc-build</userinput></screen>
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-profile --enable-add-ons \
-&nbsp;&nbsp;&nbsp;&nbsp;--with-headers=/usr/include</userinput></screen>
+&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/lib --with-headers=/usr/include</userinput></screen>
<para>The meaning of the new configure options:</para>