From 4b51ca76b24935156308cb84a81b71642435076a Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 31 Aug 2006 19:01:15 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 10 ++++++++++ chapter07/network.xml | 2 +- general.ent | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e79176b0a..94b2a375c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,16 @@ --> + + 2006-08-31 + + + [matthew] - Remove spurious curly braces from the example + /etc/resolv.conf. Fixes #1870. + + + + 2006-08-24 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 cat > /etc/resolv.conf << "EOF" # Begin /etc/resolv.conf -domain {<Your Domain Name>} +domain <Your Domain Name> nameserver <IP address of your primary nameserver> nameserver <IP address of your secondary nameserver> diff --git a/general.ent b/general.ent index c27210a67..3d536d468 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +