diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 56deed017..50c34f427 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,18 @@
-->
+
+ 2008-03-30
+
+
+ [dnicholson] - Added --sysconfdir
+ parameter to Man-db's configure command so that
+ man_db.conf is installed in /etc.
+
+
+
+
2008-03-27
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml
index 95ff83bc3..ce0ef20bb 100644
--- a/chapter06/man-db.xml
+++ b/chapter06/man-db.xml
@@ -71,7 +71,8 @@ EOF
Prepare Man-DB for compilation:
-./configure --prefix=/usr --libexecdir=/usr/lib --disable-setuid
+./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \
+ --disable-setuid
The meaning of the configure options:
diff --git a/general.ent b/general.ent
index 13c462ab4..c50b93b5c 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-
-
+
+