aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-13 07:50:11 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-13 07:50:11 +0000
commit21b1878de5c5d02acc48612bf92f6987be4760a8 (patch)
treed45813f332ac2adc5e411c79a6c3b5d4f057b93e /chapter01
parent4a7a683b9a72b17fe56efe9b1e0e2e33d1c9278d (diff)
Changed single to double quote in the echo command. Without it, lorien won't expand and defeats the sole purpose of creating the file - making perl's hostname check work
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2609 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 170665033..2379bbb0c 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -78,14 +78,19 @@
</itemizedlist>
</para></listitem>
-<listitem><para>May 12th, 2003 [winkie]: Removed all occurrences &amp;&amp;.
+<listitem><para>May 13th, 2003 [gerard]: Chapter 06 - Basic Network:
+Changed the single quotes to double quotes in the echo command. Without it,
+$(hostname) won't expand which defeats the sole purpose of this command -
+to make perl's hostname check work.</para></listitem>
+
+<listitem><para>May 13th, 2003 [winkie]: Removed all occurrences &amp;&amp;.
Updated bug syntax. Added "make check/test" where necessary in Chapter
6.</para></listitem>
-<listitem><para>May 12th, 2003 [winkie]: Applied "Changing ownership"
+<listitem><para>May 13th, 2003 [winkie]: Applied "Changing ownership"
patch to polish the text. Closes bug #511.</para></listitem>
-<listitem><para>May 12th, 2003 [winkie]: Applied "Configuring system
+<listitem><para>May 13th, 2003 [winkie]: Applied "Configuring system
components" patch to polish the text. Closes bug #510.</para></listitem>
<listitem><para>May 13th, 2003 [gerard]: Chapter 06: Removed TCL, Expect