aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-08-31 19:01:15 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-08-31 19:01:15 +0000
commit4b51ca76b24935156308cb84a81b71642435076a (patch)
treebdfaeac6f41b2335a985e76abb2d15f168a491cb /chapter07
parent2a135aa50464b6ae47ead61e26c510977f060c13 (diff)
Remove spurious curly braces from /etc/resolv.conf. Fixes #1870
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7779 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/network.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml
index 62f6f2c22..ab3590801 100644
--- a/chapter07/network.xml
+++ b/chapter07/network.xml
@@ -183,7 +183,7 @@ EOF</userinput></screen>
<screen><userinput>cat &gt; /etc/resolv.conf &lt;&lt; "EOF"
<literal># Begin /etc/resolv.conf
-domain {<replaceable>&lt;Your Domain Name&gt;</replaceable>}
+domain <replaceable>&lt;Your Domain Name&gt;</replaceable>
nameserver <replaceable>&lt;IP address of your primary nameserver&gt;</replaceable>
nameserver <replaceable>&lt;IP address of your secondary nameserver&gt;</replaceable>