aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml6
-rw-r--r--chapter03/patches.xml7
-rw-r--r--chapter05/sed.xml7
-rw-r--r--chapter06/sed.xml7
4 files changed, 26 insertions, 1 deletions
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.</para>
<listitem><para>net-tools-1.60-gcc34-2.patch</para></listitem>
<listitem><para>readline-4.3</para></listitem>
<listitem><para>readline-4.3-gnu_fixes-1.patch</para></listitem>
+<listitem><para>sed-4.1-permissions.patch</para></listitem>
<listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem>
<listitem><para>sysklogd-1.4.1-signal-1.patch</para></listitem>
<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
@@ -75,7 +76,10 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
-<listitem><para>June 17, 2004 [matt]: Clarify that a gcc-3.x based compiled
+<listitem><para>June 17, 2004 [matt]: Added the sed permissions patch</para>
+</listitem>
+
+<listitem><para>June 17, 2004 [matt]: Clarify that a gcc-3.x compiled
2.6.x kernel is required on the host.</para></listitem>
<listitem><para>June 16, 2004 [winkie]: Use <command>chmod</command> 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
@@ -134,6 +134,13 @@ following:</para>
</varlistentry>
<varlistentry>
+<term>Sed Permissions Patch - 1 KB:</term>
+<listitem>
+<para><ulink url="&patches-root;sed-&sed-version;-permissions-1.patch"/>></para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
<term>Sysklogd Kernel Headers Patch - 3 KB:</term>
<listitem>
<para><ulink url="&patches-root;sysklogd-&sysklogd-version;-kernel_headers-1.patch"/></para>
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 @@
<sect2 role="installation">
<title>Installation of Sed</title>
+<para>A bug in this version of sed changes permissions on files modified using
+the in-place function (<userinput>-i</userinput> flag). Apply a patch to ensure
+that the original file permissions are preserved.</para>
+
+<screen><userinput>patch -Np1 -i ../sed-&sed-version;-permissions-1.patch
+</userinput></screen>
+
<para>Prepare Sed for compilation:</para>
<screen><userinput>./configure --prefix=/tools</userinput></screen>
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</seg></seglistitem>
<sect2 role="installation">
<title>Installation of Sed</title>
+<para>A bug in this version of sed changes permissions on files modified using
+the in-place function (<userinput>-i</userinput> flag). Apply a patch to ensure
+that the original file permissions are preserved.</para>
+
+<screen><userinput>patch -Np1 -i ../sed-&sed-version;-permissions-1.patch
+</userinput></screen>
+
<para>Prepare Sed for compilation:</para>
<screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>