aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-06-29 14:36:56 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-06-29 14:36:56 +0000
commit37df015024f5f239ee1ef6f6a486f0dc161b88ee (patch)
tree6242b6d7cc066e8dc6f55526fe950b30c22dfb47 /chapter07
parent18dd43653add967aee4ab8e6a934d56965dbb848 (diff)
changed cat > blah << EOF to cat > blah << "EOF"
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@732 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/ethnet.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/ethnet.xml b/chapter07/ethnet.xml
index 7041b8e4c..f71059a30 100644
--- a/chapter07/ethnet.xml
+++ b/chapter07/ethnet.xml
@@ -165,7 +165,7 @@ This creates a sample file ifcfg-eth0:
<literallayout>
<userinput>cat &gt; /etc/sysconfig/nic-config/ifcfg-eth0
- &lt;&lt; EOF</userinput>
+ &lt;&lt; "EOF"</userinput>
ONBOOT=yes
DEVICE=eth0
IP=192.168.1.1