[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-799-g415c62c

git git at cross-lfs.org
Thu Jan 23 13:31:40 PST 2014


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, systemd has been updated
       via  415c62c6eae401e0e7560c0299f835444562fd4f (commit)
      from  40b9a5f243df4bd5226201df9af0485430be7fae (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 415c62c6eae401e0e7560c0299f835444562fd4f
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Jan 23 15:32:51 2014 -0600

    Move ifconfig.* config to /etc/sysconfig and remove /etc/sysconfig/network-devices.

diff --git a/BOOK/network/common/dhcp.xml b/BOOK/network/common/dhcp.xml
index cf1c2b4..33cb3cc 100644
--- a/BOOK/network/common/dhcp.xml
+++ b/BOOK/network/common/dhcp.xml
@@ -14,12 +14,12 @@
     <title>Creating the DHCP Network Interface Configuration Files</title>
 
     <para>The following is an example for the eth0 interface. Create the
-    <filename>/etc/sysconfig/network-devices/ifconfig.eth0</filename>
+    <filename>/etc/sysconfig/ifconfig.eth0</filename>
     configuration file using the following commands. Adjust appropriately for
     additional interfaces:</para>
 
-<screen><userinput>mkdir -pv /etc/sysconfig/network-devices &&
-cd /etc/sysconfig/network-devices &&
+<screen><userinput>mkdir -pv /etc/sysconfig &&
+cd /etc/sysconfig &&
 cat > ifconfig.eth0 << "EOF"
 <literal>SERVICE="dhcpcd"
 
diff --git a/BOOK/network/common/static.xml b/BOOK/network/common/static.xml
index 480de42..ec4e690 100644
--- a/BOOK/network/common/static.xml
+++ b/BOOK/network/common/static.xml
@@ -15,7 +15,7 @@
 
     <para>Which interfaces are brought up and down by the network script
     depends on the files and directories in the <filename
-    class="directory">/etc/sysconfig/network-devices</filename> hierarchy.
+    class="directory">/etc/sysconfig</filename> hierarchy.
     This directory should contain a sub-directory for each interface to be
     configured, such as <filename>ifconfig.xyz</filename>, where
     <quote>xyz</quote> is a network interface name. Inside this directory
@@ -35,8 +35,8 @@
     <para>The following command creates a sample <filename>ipv4</filename>
     file for the <emphasis>eth0</emphasis> device:</para>
 
-<screen><userinput>mkdir -pv /etc/sysconfig/network-devices &&
-cd /etc/sysconfig/network-devices &&
+<screen><userinput>mkdir -pv /etc/sysconfig &&
+cd /etc/sysconfig &&
 cat > ifconfig.eth0 << "EOF"
 <literal>IFACE="eth0"
 SERVICE="ipv4-static"

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list