aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--chapter06/basic-net.xml2
2 files changed, 9 insertions, 4 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
diff --git a/chapter06/basic-net.xml b/chapter06/basic-net.xml
index c630abf33..8bfd7671a 100644
--- a/chapter06/basic-net.xml
+++ b/chapter06/basic-net.xml
@@ -12,7 +12,7 @@ information allowing resolution of hostnames to IP addresses. Create a
very basic one (we'll make a better one later) with the following
command:</para>
-<para><screen><userinput>echo '127.0.0.1 $(hostname) localhost' > /etc/hosts</userinput></screen></para>
+<para><screen><userinput>echo "127.0.0.1 $(hostname) localhost" > /etc/hosts</userinput></screen></para>
<para>Now unpack the Lfs-Utils tarball again, as we're going to copy two
necessary files from it. One is the /etc/services file, which is used to