[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-766-ga271738

git git at cross-lfs.org
Fri Apr 18 02:11:08 PDT 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  a2717387c8ab8ff85def1c5653f05500a4b33e7e (commit)
       via  7e47edfa26c27c9bf52724967d8bf1b749e5ef1f (commit)
      from  da7d5fc25750aa09b4beb744a1431b61072cb3a5 (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 a2717387c8ab8ff85def1c5653f05500a4b33e7e
Author: Chris Staub <chris at beaker67.com>
Date:   Fri Apr 18 05:10:59 2014 -0400

    Updated installed script list for bootscripts

diff --git a/BOOK/boot/common/bootscripts.xml b/BOOK/boot/common/bootscripts.xml
index 7b67161..8a1542c 100644
--- a/BOOK/boot/common/bootscripts.xml
+++ b/BOOK/boot/common/bootscripts.xml
@@ -72,9 +72,8 @@ EOF</userinput></screen>
       <segtitle>Installed scripts</segtitle>
 
       <seglistitem>
-        <seg>checkfs, cleanfs, console, functions, halt, ifdown,
-        ifup, localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals,
-        setclock, static, swap, sysklogd, template, and udev.</seg>
+        <seg>checkfs, cleanfs, functions, halt, localnet, mountfs, mountkernfs,
+        rc, reboot, sendsignals, setclock, swap, and udev.</seg>
       </seglistitem>
     </segmentedlist>
 
@@ -110,17 +109,6 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="console-bootscripts">
-        <term><command>console</command></term>
-        <listitem>
-          <para>Loads the correct keymap table for the desired keyboard
-          layout; it also sets the screen font</para>
-          <indexterm zone="ch-scripts-bootscripts console-bootscripts">
-            <primary sortas="d-console">console</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
       <varlistentry id="functions-bootscripts">
         <term><command>functions</command></term>
         <listitem>
@@ -142,26 +130,6 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="ifdown-bootscripts">
-        <term><command>ifdown</command></term>
-        <listitem>
-          <para>Assists the network script with stopping network devices</para>
-          <indexterm zone="ch-scripts-bootscripts ifdown-bootscripts">
-            <primary sortas="d-ifdown">ifdown</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="ifup-bootscripts">
-        <term><command>ifup</command></term>
-        <listitem>
-          <para>Assists the network script with starting network devices</para>
-          <indexterm zone="ch-scripts-bootscripts ifup-bootscripts">
-            <primary sortas="d-ifup">ifup</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
       <varlistentry id="localnet-bootscripts">
         <term><command>localnet</command></term>
         <listitem>
@@ -194,17 +162,6 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="network-bootscripts">
-        <term><command>network</command></term>
-        <listitem>
-          <para>Sets up network interfaces, such as network cards, and sets up
-          the default gateway (where applicable)</para>
-          <indexterm zone="ch-scripts-bootscripts network-bootscripts">
-            <primary sortas="d-network">network</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
       <varlistentry id="rc-bootscripts">
         <term><command>rc</command></term>
         <listitem>
@@ -249,17 +206,6 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="static-bootscripts">
-        <term><command>static</command></term>
-        <listitem>
-          <para>Provides the functionality needed to assign a static Internet
-          Protocol (IP) address to a network interface</para>
-          <indexterm zone="ch-scripts-bootscripts static-bootscripts">
-            <primary sortas="d-static">static</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
       <varlistentry id="swap-bootscripts">
         <term><command>swap</command></term>
         <listitem>
@@ -270,27 +216,6 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="sysklogd-bootscripts">
-        <term><command>sysklogd</command></term>
-        <listitem>
-          <para>Starts and stops the system and kernel log daemons</para>
-          <indexterm zone="ch-scripts-bootscripts sysklogd-bootscripts">
-            <primary sortas="d-sysklogd">sysklogd</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="template-bootscripts">
-        <term><command>template</command></term>
-        <listitem>
-          <para>A template to create custom bootscripts for other
-          daemons</para>
-          <indexterm zone="ch-scripts-bootscripts template-bootscripts">
-            <primary sortas="d-template">template</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
       <varlistentry id="eudev-bootscripts">
         <term><command>udev</command></term>
         <listitem>

commit 7e47edfa26c27c9bf52724967d8bf1b749e5ef1f
Author: Chris Staub <chris at beaker67.com>
Date:   Fri Apr 18 02:46:15 2014 -0400

    Added sysvinit contents to multilib page

diff --git a/BOOK/boot/multilib/sysvinit.xml b/BOOK/boot/multilib/sysvinit.xml
index 468aee1..d131cb6 100644
--- a/BOOK/boot/multilib/sysvinit.xml
+++ b/BOOK/boot/multilib/sysvinit.xml
@@ -50,4 +50,8 @@ make -C src CC="${CC} ${BUILD64}"</userinput></screen>
   href="../common/sysvinit.xml"
   xpointer="xpointer(//*[@role='configuration'])"/>
 
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+  href="../common/sysvinit.xml"
+  xpointer="xpointer(//*[@role='content'])"/>
+
 </sect1>

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

Summary of changes:
 BOOK/boot/common/bootscripts.xml |   79 +-------------------------------------
 BOOK/boot/multilib/sysvinit.xml  |    4 ++
 2 files changed, 6 insertions(+), 77 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list