Author: matthew
Date: 2006-08-31 13:01:15 -0600 (Thu, 31 Aug 2006)
New Revision: 7779

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter07/network.xml
   trunk/BOOK/general.ent
Log:
Remove spurious curly braces from /etc/resolv.conf.  Fixes #1870

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2006-08-29 17:31:54 UTC (rev 7778)
+++ trunk/BOOK/chapter01/changelog.xml  2006-08-31 19:01:15 UTC (rev 7779)
@@ -36,6 +36,16 @@
     </listitem>
 -->
     <listitem>
+      <para>2006-08-31</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Remove spurious curly braces from the example
+          /etc/resolv.conf.  Fixes #1870.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2006-08-24</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter07/network.xml
===================================================================
--- trunk/BOOK/chapter07/network.xml    2006-08-29 17:31:54 UTC (rev 7778)
+++ trunk/BOOK/chapter07/network.xml    2006-08-31 19:01:15 UTC (rev 7779)
@@ -183,7 +183,7 @@
 <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>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-08-29 17:31:54 UTC (rev 7778)
+++ trunk/BOOK/general.ent      2006-08-31 19:01:15 UTC (rev 7779)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060829">
-<!ENTITY releasedate "August 29, 2006">
+<!ENTITY version "SVN-20060831">
+<!ENTITY releasedate "August 31, 2006">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to