diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-08-31 19:01:15 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-08-31 19:01:15 +0000 |
commit | 4b51ca76b24935156308cb84a81b71642435076a (patch) | |
tree | bdfaeac6f41b2335a985e76abb2d15f168a491cb /chapter07 | |
parent | 2a135aa50464b6ae47ead61e26c510977f060c13 (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.xml | 2 |
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 > /etc/resolv.conf << "EOF" <literal># Begin /etc/resolv.conf -domain {<replaceable><Your Domain Name></replaceable>} +domain <replaceable><Your Domain Name></replaceable> nameserver <replaceable><IP address of your primary nameserver></replaceable> nameserver <replaceable><IP address of your secondary nameserver></replaceable> |