mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
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:
parent
2a135aa504
commit
4b51ca76b2
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user