[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-805-ga6a4c80

git git at cross-lfs.org
Thu Jan 23 18:01:23 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  a6a4c800bf8a253b8cd1c3c4bdfaf0319c0ccc96 (commit)
      from  29d9c97efa8e5d7ddf42537a08978f73e27e5ac6 (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 a6a4c800bf8a253b8cd1c3c4bdfaf0319c0ccc96
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Jan 23 20:02:32 2014 -0600

    Don't dump the systemctl enable/disable/start commands for configuring the network interface at boot when dumping commands. Not good for scripting.

diff --git a/BOOK/network/common/static.xml b/BOOK/network/common/static.xml
index ec4e690..45f6ba6 100644
--- a/BOOK/network/common/static.xml
+++ b/BOOK/network/common/static.xml
@@ -85,17 +85,17 @@ EOF</userinput></screen>
     done per interface. To enable Network Interface
     configuration at boot, run:</para>
 
-<screen><userinput>systemctl enable ifupdown at eth0</userinput></screen>
+<screen role="nodump"><userinput>systemctl enable ifupdown at eth0</userinput></screen>
 
     <para>To disable previously enabled Network Interface
     configuration at boot, run:</para>
 
-<screen><userinput>systemctl disable ifupdown at eth0</userinput></screen>
+<screen role="nodump"><userinput>systemctl disable ifupdown at eth0</userinput></screen>
 
     <para>To manually start the Network Interface configuration,
     run:</para>
 
-<screen><userinput>systemctl start ifupdown at eth0</userinput></screen>
+<screen role="nodump"><userinput>systemctl start ifupdown at eth0</userinput></screen>
 
     <para>Replace eth0 with the correct Network Interface
     name as described on the beginning of this page.</para>

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list