diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 55ce6b121..d7207bb9a 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,10 @@
2009-05-23
+
+ [matthew] - Add GDBM as a pre-requisite for Man-DB. Fixes
+ #2298.
+
[matthew] - Add upstream Bash patches. Fixes
#2397.
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 5d588a1fb..38e848a77 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -74,6 +74,9 @@
GCC &gcc-version;
+
@@ -228,6 +231,10 @@
&gcc-startfiles-patch;
+
+ GDBM-&gdbm-version;
+
+
&gettext-upstream_fixes-patch;
diff --git a/chapter03/packages.xml b/chapter03/packages.xml
index 8f642ad1a..cb972fcd2 100644
--- a/chapter03/packages.xml
+++ b/chapter03/packages.xml
@@ -176,6 +176,15 @@
+
+ GDBM (&gdbm-version;) - &gdbm-size;:
+
+ Home page:
+ Download:
+ MD5 sum: &gdbm-md5;
+
+
+
Gettext (&gettext-version;) - &gettext-size;:
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index 55e2bea5c..bc6158607 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -47,6 +47,7 @@
+
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml
index 671f55f20..9a2e267a5 100644
--- a/chapter06/createfiles.xml
+++ b/chapter06/createfiles.xml
@@ -63,6 +63,7 @@ ln -sv bash /bin/sh
cat > /etc/passwd << "EOF"
root:x:0:0:root:/root:/bin/bash
+bin:x:1:1:bin:/dev/null:/bin/false
nobody:x:99:99:Unprivileged User:/dev/null:/bin/false
EOF
diff --git a/packages.ent b/packages.ent
index 7410d8d4b..3506eda48 100644
--- a/packages.ent
+++ b/packages.ent
@@ -177,6 +177,16 @@
+
+
+
+
+
+
+
+
+
+