diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 8b34e1e35..682fe7488 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -10,8 +10,8 @@
autoconf-2.57
automake-1.7.2
-binutils-2.13.2
-bison-1.75
+binutils-2.13.2.1
+bison-1.875
e2fsprogs-1.32
gawk-3.1.1-3.patch
gcc-3.2.1
@@ -57,6 +57,12 @@
+January 6th, 2003 [gerard]: Chapter 06 - Bison: removed
+yacc script creation. Bison now installs this by default.
+
+January 6th, 2003 [gerard]: Upgraded to Binutils-2.13.2.1
+and Bison-1.875
+
January 6th, 2003 [gerard]: Chapter 05+06 - Findutils:
Added CPPFLAGS=-D_GNU_SOURCE to promote proper
compiling on non-x86 architectures.
diff --git a/chapter06/bison-inst.xml b/chapter06/bison-inst.xml
index 5d9e04b98..362dcbf8a 100644
--- a/chapter06/bison-inst.xml
+++ b/chapter06/bison-inst.xml
@@ -7,23 +7,5 @@
make &&
make install
-Some programs don't know about bison and try to find the yacc program
-(bison is a (better) alternative for yacc). So to please those few
-programs out there we'll create a bash script called yacc that calls bison
-and have it emulate yacc's output file name conventions.
-
-Create a new file /usr/bin/yacc by running the
-following:
-
-cat > /usr/bin/yacc << "EOF"
-#!/bin/sh
-# Begin /usr/bin/yacc
-
-exec /usr/bin/bison -y "$@"
-
-# End /usr/bin/yacc
-EOF
-chmod 755 /usr/bin/yacc
-
diff --git a/entities/binutils.ent b/entities/binutils.ent
index 3d75e3d9c..836233d31 100644
--- a/entities/binutils.ent
+++ b/entities/binutils.ent
@@ -13,10 +13,10 @@
-
+
-
+
diff --git a/entities/bison.ent b/entities/bison.ent
index 20ba83713..4e57c772f 100644
--- a/entities/bison.ent
+++ b/entities/bison.ent
@@ -8,10 +8,10 @@
-
+
-
+