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
This commit is contained in:
Matthew Burgess 2006-08-31 19:01:15 +00:00
parent 2a135aa504
commit 4b51ca76b2
3 changed files with 13 additions and 3 deletions

View File

@ -35,6 +35,16 @@
</itemizedlist>
</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>

View File

@ -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>

View File

@ -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}]" -->