[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-393-g71544ee

git git at cross-lfs.org
Wed Sep 25 10:54:06 PDT 2013


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  71544ee462579dac93464e739a475b7360f5e350 (commit)
      from  337365b13e6dc9111fd944d9e1729710a9dab953 (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 71544ee462579dac93464e739a475b7360f5e350
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Sep 25 12:54:02 2013 -0500

    Be consistent with variables as the dhcp configuration.

diff --git a/BOOK/network/common/static.xml b/BOOK/network/common/static.xml
index e55ffea..5ae8e49 100644
--- a/BOOK/network/common/static.xml
+++ b/BOOK/network/common/static.xml
@@ -28,12 +28,12 @@
 <screen><userinput>cd /etc/sysconfig/network-devices &&
 mkdir -v ifconfig.eth0 &&
 cat > ifconfig.eth0/ipv4 << "EOF"
-<literal>ONBOOT=yes
-SERVICE=ipv4-static
-IP=192.168.1.1
-GATEWAY=192.168.1.2
-PREFIX=24
-BROADCAST=192.168.1.255</literal>
+<literal>ONBOOT="yes"
+SERVICE="ipv4-static"
+IP="192.168.1.1"
+GATEWAY="192.168.1.2"
+PREFIX="24"
+BROADCAST="192.168.1.255"</literal>
 EOF</userinput></screen>
 
     <para os="var-ob">The values of these variables must be changed in every file to match

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

Summary of changes:
 BOOK/network/common/static.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list