aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2004-01-18 01:07:23 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2004-01-18 01:07:23 +0000
commit0afaac44efd04c0be6ee22cc4cdeed94736d4e5d (patch)
tree62ffa7cc5a171025b0196e1a03556f817debe3f7
parent51fe2150ea982ef1b9f20f4387a2c77313727b13 (diff)
Chapter 7 - Creating the /etc/hosts file: Amended example domain
names to comply with RFC 2066. Closes 742. From Anderson Lizardo. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter07/hosts.xml10
-rw-r--r--index.xml4
3 files changed, 11 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 0c17d8198..4af3ffc69 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -50,6 +50,10 @@
</itemizedlist>
</listitem>
+<listitem><para>January 17th, 2004 [greg]: Chapter 7 - Creating the /etc/hosts
+file: Amended example domain names to comply with RFC 2066. Closes
+742.</para></listitem>
+
<listitem><para>January 16th, 2004 [greg]: Expanded the Locking in Glibc and
Re-adjusting the toolchain sections to also catch missing cc->gcc symlink and
provide more help for when things go wrong.</para></listitem>
diff --git a/chapter07/hosts.xml b/chapter07/hosts.xml
index a3c71894e..5ef8e71b7 100644
--- a/chapter07/hosts.xml
+++ b/chapter07/hosts.xml
@@ -6,7 +6,7 @@
IP-address, FQDN and possible aliases for use in the /etc/hosts file. The
syntax is:</para>
-<screen>&lt;IP address&gt; myhost.mydomain.org aliases</screen>
+<screen>&lt;IP address&gt; myhost.example.org aliases</screen>
<para>You should make sure that the IP-address is in the private network
IP-address range. Valid ranges are:</para>
@@ -29,7 +29,7 @@ correctly.</para>
<screen><userinput>cat &gt; /etc/hosts &lt;&lt; "EOF"</userinput>
# Begin /etc/hosts (no network card version)
-127.0.0.1 &lt;value of HOSTNAME&gt;.mydomain.com &lt;value of HOSTNAME&gt; localhost
+127.0.0.1 &lt;value of HOSTNAME&gt;.example.org &lt;value of HOSTNAME&gt; localhost
# End /etc/hosts (no network card version)
<userinput>EOF</userinput></screen>
@@ -40,13 +40,13 @@ correctly.</para>
<screen><userinput>cat &gt; /etc/hosts &lt;&lt; "EOF"</userinput>
# Begin /etc/hosts (network card version)
-127.0.0.1 localhost.localdomain localhost
-192.168.1.1 &lt;value of HOSTNAME&gt;.mydomain.org &lt;value of HOSTNAME&gt;
+127.0.0.1 localhost
+192.168.1.1 &lt;value of HOSTNAME&gt;.example.org &lt;value of HOSTNAME&gt;
# End /etc/hosts (network card version)
<userinput>EOF</userinput></screen>
-<para>Of course, the 192.168.1.1 and &lt;value of HOSTNAME&gt;.mydomain.org
+<para>Of course, the 192.168.1.1 and &lt;value of HOSTNAME&gt;.example.org
have to be changed to your liking (or requirements if assigned an IP-address
by a network/system administrator and this machine is planned to be connected
to an existing network).</para>
diff --git a/index.xml b/index.xml
index ee27caa8c..f939f8a12 100644
--- a/index.xml
+++ b/index.xml
@@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/docbook/docbookx.dtd" [
-<!ENTITY version "CVS-2004-01-16">
-<!ENTITY releasedate "January 16th, 2004">
+<!ENTITY version "CVS-2004-01-17">
+<!ENTITY releasedate "January 17th, 2004">
<!ENTITY milestone "5.1">
<!ENTITY nbsp " ">