diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index ad78050aa..4239ac293 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -39,6 +39,9 @@
2012-08-26
+
+ [bdubbs] - Install both .tab files in tzdata.
+
[bdubbs] - Apply upstream patches to make.
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 7a63a83fa..2b23625d6 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -99,6 +99,14 @@
+
+ Make Upstream Fixes Patch - &make-fixes-patch-size;:
+
+ Download:
+ MD5 sum: &make-fixes-patch-md5;
+
+
+
Patch Testsuite Fix Patch - &patch-test-patch-size;:
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index c9aa82bec..bedbcde0f 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -327,16 +327,16 @@ EOF
Install timezone data:
tar -xf ../tzdata&tzdata-version;.tar.gz
-mkdir -pv /usr/share/zoneinfo/{posix,right} &&
+mkdir -pv /usr/share/zoneinfo/{posix,right}
for tz in etcetera southamerica northamerica europe africa antarctica \
asia australasia backward pacificnew solar87 solar88 solar89 systemv; do
- zic -L /dev/null -d /usr/share/zoneinfo -y "sh yearistype.sh" ${tz} &&
- zic -L /dev/null -d /usr/share/zoneinfo/posix -y "sh yearistype.sh" ${tz} &&
+ zic -L /dev/null -d /usr/share/zoneinfo -y "sh yearistype.sh" ${tz}
+ zic -L /dev/null -d /usr/share/zoneinfo/posix -y "sh yearistype.sh" ${tz}
zic -L leapseconds -d /usr/share/zoneinfo/right -y "sh yearistype.sh" ${tz}
done
-cp -v zone.tab /usr/share/zoneinfo &&
+cp -v zone.tab iso3166.tab /usr/share/zoneinfo
zic -d /usr/share/zoneinfo -p America/New_York
diff --git a/patches.ent b/patches.ent
index a1faeaed6..f962f2904 100644
--- a/patches.ent
+++ b/patches.ent
@@ -60,7 +60,7 @@
-
+