From 21b1878de5c5d02acc48612bf92f6987be4760a8 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 13 May 2003 07:50:11 +0000 Subject: 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 --- chapter01/changelog.xml | 11 ++++++++--- chapter06/basic-net.xml | 2 +- 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 @@ -May 12th, 2003 [winkie]: Removed all occurrences &&. +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. + +May 13th, 2003 [winkie]: Removed all occurrences &&. Updated bug syntax. Added "make check/test" where necessary in Chapter 6. -May 12th, 2003 [winkie]: Applied "Changing ownership" +May 13th, 2003 [winkie]: Applied "Changing ownership" patch to polish the text. Closes bug #511. -May 12th, 2003 [winkie]: Applied "Configuring system +May 13th, 2003 [winkie]: Applied "Configuring system components" patch to polish the text. Closes bug #510. 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: -echo '127.0.0.1 $(hostname) localhost' > /etc/hosts +echo "127.0.0.1 $(hostname) localhost" > /etc/hosts 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 -- cgit v1.2.3-54-g00ecf