[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-systemd-157-g1902d37

git git at clfs.org
Sun Sep 6 23:30:40 PDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  1902d376396721cca3738d91288b33b10bce210e (commit)
      from  06441b8ef5ac589292db7e8281a6f35f255397ea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1902d376396721cca3738d91288b33b10bce210e
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Mon Sep 7 01:30:36 2015 -0500

    Add IPv6 localhost entry to /etc/hosts and add text about it.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 0d41937..ecb8f06 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -40,6 +40,9 @@
       <para>06 September 2015</para>
       <itemizedlist>
         <listitem>
+          <para>[William Harrington] - Add IPv6 entry to /etc/hosts for localhost</para>
+        </listitem>
+        <listitem>
           <para>[William Harrington] - Update iputils to s20150815. Fixes ticket
           <ulink url="&clfs-ticket-root;1066">#1066.</ulink></para> 
         </listitem>
diff --git a/BOOK/network/common/hosts.xml b/BOOK/network/common/hosts.xml
index b86e84c..03bf6e3 100644
--- a/BOOK/network/common/hosts.xml
+++ b/BOOK/network/common/hosts.xml
@@ -56,6 +56,7 @@
 <literal># Begin /etc/hosts (network card version)
 
 127.0.0.1 localhost
+::1       localhost
 <replaceable>[192.168.1.1]</replaceable> <replaceable>[<HOSTNAME>.example.org]</replaceable> <replaceable>[HOSTNAME]</replaceable> <replaceable>[alias ...]</replaceable>
 
 # End /etc/hosts (network card version)</literal>
@@ -75,8 +76,12 @@ EOF</userinput></screen>
 <literal># Begin /etc/hosts (no network card version)
 
 127.0.0.1 <replaceable>[<HOSTNAME>.example.org]</replaceable> <replaceable>[HOSTNAME]</replaceable> localhost
+::1       localhost
 
 # End /etc/hosts (no network card version)</literal>
 EOF</userinput></screen>
 
+<para>The ::1 entry is the IPv6 counterpart of 127.0.0.1 and represents the
+      IPv6 loopback interface.</para>
+
 </sect1>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/introduction/common/changelog.xml |    3 +++
 BOOK/network/common/hosts.xml          |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list