diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b81fa9d88..3491ea909 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -52,6 +52,7 @@ first a summary, then a detailed log.
net-tools-1.60-gcc34-2.patch
readline-4.3
readline-4.3-gnu_fixes-1.patch
+sed-4.1-permissions.patch
sysklogd-1.4.1-kernel_headers-1.patch
sysklogd-1.4.1-signal-1.patch
sysvinit-2.85-proclen-1.patch
@@ -75,7 +76,10 @@ first a summary, then a detailed log.
-June 17, 2004 [matt]: Clarify that a gcc-3.x based compiled
+June 17, 2004 [matt]: Added the sed permissions patch
+
+
+June 17, 2004 [matt]: Clarify that a gcc-3.x compiled
2.6.x kernel is required on the host.
June 16, 2004 [winkie]: Use chmod to fix the
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 3ce981839..0b0b49933 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -133,6 +133,13 @@ following:
+
+Sed Permissions Patch - 1 KB:
+
+>
+
+
+
Sysklogd Kernel Headers Patch - 3 KB:
diff --git a/chapter05/sed.xml b/chapter05/sed.xml
index 7a79a1b78..c909be585 100644
--- a/chapter05/sed.xml
+++ b/chapter05/sed.xml
@@ -27,6 +27,13 @@
Installation of Sed
+A bug in this version of sed changes permissions on files modified using
+the in-place function (-i flag). Apply a patch to ensure
+that the original file permissions are preserved.
+
+patch -Np1 -i ../sed-&sed-version;-permissions-1.patch
+
+
Prepare Sed for compilation:
./configure --prefix=/tools
diff --git a/chapter06/sed.xml b/chapter06/sed.xml
index cf4598f0d..d6799c28c 100644
--- a/chapter06/sed.xml
+++ b/chapter06/sed.xml
@@ -28,6 +28,13 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Texinfo
Installation of Sed
+A bug in this version of sed changes permissions on files modified using
+the in-place function (-i flag). Apply a patch to ensure
+that the original file permissions are preserved.
+
+patch -Np1 -i ../sed-&sed-version;-permissions-1.patch
+
+
Prepare Sed for compilation:
./configure --prefix=/usr --bindir=/bin