diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 28d648dbd..19ffad1e9 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,22 @@
-->
+
+ 2012-09-02
+
+
+ [bdubbs] - Add a patch to Chapter 6 glibc to fix
+ the test-installation.pl script instead of just preventing
+ it from running. Fixes
+ #3175.
+
+
+ [bdubbs] - Update to systemd-189. Fixes
+ #3167.
+
+
+
+
2012-09-01
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 70b28da9d..7834a3244 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -25,12 +25,12 @@
-
+
@@ -40,34 +40,34 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -181,9 +181,9 @@
-
+
@@ -193,9 +193,9 @@
-
+
@@ -220,48 +220,9 @@
Added:
- &bash-fixes-patch;
+ &glibc-installation-patch;
-
- &binutils-build-patch;
-
-
-
- &coreutils-i18n-patch;
-
-
-
- &flex-bison-patch;
-
-
-
- &glibc-fix-resolv-patch;
-
-
-
- &kbd-fixes-patch;
-
-
-
- &make-fixes-patch;
-
-
-
- &perl-libc-patch;
-
-
-
- pkg-config-&pkgconfig-version;
-
-
-
- &sed-testsuite-patch;
-
-
-
- tzdata &tzdata-version;
-
When running make install, a script called
test-installation.pl performs a small sanity test on
- our newly installed Glibc. However, it contains a bug that causes it to
- fail, so prevent it from running by issuing the following command:
+ our newly installed Glibc. Use a patch to fix the bug that causes it to
+ fail:
-sed -i '/test-installation.pl/d' Makefile
+patch -Np1 -i ../&glibc-installation-patch;
The ldd shell script contains Bash-specific
syntax. Change its default program interpreter to /bin/bash
diff --git a/general.ent b/general.ent
index 5df6c7bad..48d39d79f 100644
--- a/general.ent
+++ b/general.ent
@@ -1,7 +1,7 @@
-
-
+
+
-
+
diff --git a/packages.ent b/packages.ent
index 832f7c5c9..826650338 100644
--- a/packages.ent
+++ b/packages.ent
@@ -524,10 +524,10 @@
-
-
+
+
-
+
@@ -540,10 +540,10 @@
-
-
+
+
-
+
diff --git a/patches.ent b/patches.ent
index 759dea37a..4b231741d 100644
--- a/patches.ent
+++ b/patches.ent
@@ -38,6 +38,10 @@
+
+
+
+