diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index ba4f21740..ff64520b6 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -34,6 +34,10 @@
+November 14th, 2003 [gerard]: Chapter 6 - Glibc: Removed
+the --libexecdir=/usr/bin option. Partially fixes Bug
+#678.
+
November 14th, 2003 [greg]: Chapter 6 - Shadow: Added command
to create /etc/default directory to allow the -D option of useradd to
work properly.
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index c7208a363..8798028cf 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -48,15 +48,11 @@ cd ../glibc-build
../glibc-&glibc-version;/configure --prefix=/usr \
--disable-profile --enable-add-ons \
- --libexecdir=/usr/bin --with-headers=/usr/include
+ --with-headers=/usr/include
The meaning of the new configure options:
---libexecdir=/usr/bin: This will
-cause the pt_chown program to be installed in the
-/usr/bin directory.
-
--with-headers=/usr/include: This
ensures that the kernel headers in /usr/include are used
for this build. If you don't pass this switch then the headers from