aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter05/lockingglibc.xml2
-rw-r--r--chapter06/adjustingtoolchain.xml2
-rw-r--r--index.xml4
4 files changed, 7 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 2b12e4ed7..6840c083d 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -96,6 +96,9 @@
</itemizedlist>
</listitem>
+<listitem><para>October 28th, 2003 [greg]: Strengthened the seds in "Locking
+in Glibc" and "Re-adjusting the toolchain" sections.</para></listitem>
+
<listitem><para>October 26th, 2003 [greg]: Chapter 6 - Glibc: Added command to
create /etc/ld.so.conf to match Chapter 5 Glibc. Closes bug 700.</para></listitem>
diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml
index db2286b49..eb2f1c7d1 100644
--- a/chapter05/lockingglibc.xml
+++ b/chapter05/lockingglibc.xml
@@ -33,7 +33,7 @@ to the new dynamic linker. A simple sed will accomplish this:</para>
<!-- Ampersands are needed to allow cut and paste -->
<screen><userinput>SPECFILE=/tools/lib/gcc-lib/*/*/specs &amp;&amp;
-sed -e 's@/lib/ld-linux.so.2@/tools/lib/ld-linux.so.2@g' \
+sed -e 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \
&nbsp;&nbsp;&nbsp;&nbsp;$SPECFILE &gt; tempspecfile &amp;&amp;
mv -f tempspecfile $SPECFILE &amp;&amp;
unset SPECFILE</userinput></screen>
diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml
index 15630f878..4c587ae68 100644
--- a/chapter06/adjustingtoolchain.xml
+++ b/chapter06/adjustingtoolchain.xml
@@ -43,7 +43,7 @@ this:</para>
<!-- Ampersands are needed to allow cut and paste -->
<screen><userinput>SPECFILE=/tools/lib/gcc-lib/*/*/specs &amp;&amp;
-sed -e 's@/tools/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' \
+sed -e 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g' \
&nbsp;&nbsp;&nbsp;&nbsp;$SPECFILE &gt; newspecfile &amp;&amp;
mv -f newspecfile $SPECFILE &amp;&amp;
unset SPECFILE</userinput></screen>
diff --git a/index.xml b/index.xml
index dfe8506bf..86c3fbe18 100644
--- a/index.xml
+++ b/index.xml
@@ -3,8 +3,8 @@
"/usr/share/docbook/docbookx.dtd" [
-<!ENTITY version "CVS-20031027">
-<!ENTITY releasedate "October 27th, 2003">
+<!ENTITY version "CVS-20031028">
+<!ENTITY releasedate "October 28th, 2003">
<!ENTITY milestone "5.0">
<!ENTITY nbsp " ">