[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1289-gf6e0d38

git git at cross-lfs.org
Tue Jun 24 03:55:32 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, master has been updated
       via  f6e0d3876f6c3dfc9e5a4edb9f56054c4a95efc8 (commit)
      from  ff6229f328d479d2bcbd6a6274bfa89e9d76eb7b (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 f6e0d3876f6c3dfc9e5a4edb9f56054c4a95efc8
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Jun 24 06:55:27 2014 -0400

    Updates to systemd's installed programs

diff --git a/BOOK/boot/common/sysvinit.xml b/BOOK/boot/common/sysvinit.xml
index eff26c7..77e81f5 100644
--- a/BOOK/boot/common/sysvinit.xml
+++ b/BOOK/boot/common/sysvinit.xml
@@ -154,7 +154,7 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="halt">
+      <varlistentry id="halt-sysv">
         <term><command>halt</command></term>
         <listitem>
           <para>Normally invokes <command>shutdown</command> with the
@@ -162,20 +162,20 @@ EOF</userinput></screen>
           then it tells the kernel to halt the system; it notes in the
           file <filename>/var/log/wtmp</filename> that the system is being
           brought down</para>
-          <indexterm zone="ch-boot-sysvinit halt">
-            <primary sortas="b-halt">halt</primary>
+          <indexterm zone="ch-boot-sysvinit halt-sysv">
+            <primary sortas="b-halt-sysv">halt</primary>
           </indexterm>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="init">
+      <varlistentry id="init-sysv">
         <term><command>init</command></term>
         <listitem>
           <para>The first process to be started when the kernel has initialized
           the hardware which takes over the boot process and starts all the
           proceses it is instructed to</para>
-          <indexterm zone="ch-boot-sysvinit init">
-            <primary sortas="b-init">init</primary>
+          <indexterm zone="ch-boot-sysvinit init-sysv">
+            <primary sortas="b-init-sysv">init</primary>
           </indexterm>
         </listitem>
       </varlistentry>
@@ -192,56 +192,56 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="poweroff">
+      <varlistentry id="poweroff-sysv">
         <term><command>poweroff</command></term>
         <listitem>
           <para>Tells the kernel to halt the system and switch off the computer
           (see <command>halt</command>)</para>
-          <indexterm zone="ch-boot-sysvinit poweroff">
-            <primary sortas="b-poweroff">poweroff</primary>
+          <indexterm zone="ch-boot-sysvinit poweroff-sysv">
+            <primary sortas="b-poweroff-sysv">poweroff</primary>
           </indexterm>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="reboot">
+      <varlistentry id="reboot-sysv">
         <term><command>reboot</command></term>
         <listitem>
           <para>Tells the kernel to reboot the system (see
           <command>halt</command>)</para>
-          <indexterm zone="ch-boot-sysvinit reboot">
-            <primary sortas="b-reboot">reboot</primary>
+          <indexterm zone="ch-boot-sysvinit reboot-sysv">
+            <primary sortas="b-reboot-sysv">reboot</primary>
           </indexterm>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="runlevel">
+      <varlistentry id="runlevel-sysv">
         <term><command>runlevel</command></term>
         <listitem>
           <para>Reports the previous and the current run-level, as noted in
           the last run-level record in <filename>/var/run/utmp</filename></para>
-          <indexterm zone="ch-boot-sysvinit runlevel">
-            <primary sortas="b-runlevel">runlevel</primary>
+          <indexterm zone="ch-boot-sysvinit runlevel-sysv">
+            <primary sortas="b-runlevel-sysv">runlevel</primary>
           </indexterm>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="shutdown">
+      <varlistentry id="shutdown-sysv">
         <term><command>shutdown</command></term>
         <listitem>
           <para>Brings the system down in a secure way, signaling all processes
           and notifying all logged-in users</para>
-          <indexterm zone="ch-boot-sysvinit shutdown">
-            <primary sortas="b-shutdown">shutdown</primary>
+          <indexterm zone="ch-boot-sysvinit shutdown-sysv">
+            <primary sortas="b-shutdown-sysv">shutdown</primary>
           </indexterm>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="telinit">
+      <varlistentry id="telinit-sysv">
         <term><command>telinit</command></term>
         <listitem>
           <para>Tells <command>init</command> which run-level to change to</para>
-          <indexterm zone="ch-boot-sysvinit telinit">
-            <primary sortas="b-telinit">telinit</primary>
+          <indexterm zone="ch-boot-sysvinit telinit-sysv">
+            <primary sortas="b-telinit-sysv">telinit</primary>
           </indexterm>
         </listitem>
       </varlistentry>
diff --git a/BOOK/final-system/common/systemd.xml b/BOOK/final-system/common/systemd.xml
index 4f49368..7f4b7ee 100644
--- a/BOOK/final-system/common/systemd.xml
+++ b/BOOK/final-system/common/systemd.xml
@@ -208,6 +208,147 @@ EOF</userinput></screen>
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>
 
+      <varlistentry id="bootctl">
+        <term><command>bootctl</command></term>
+        <listitem>
+          <para>Controls the firmware and boot manager settings</para>
+          <indexterm zone="ch-system-systemd bootctl">
+            <primary sortas="b-bootctl">bootctl</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="busctl">
+        <term><command>busctl</command></term>
+        <listitem>
+          <para>Introspects and monitors the D-Bus bus</para>
+          <indexterm zone="ch-system-systemd busctl">
+            <primary sortas="b-busctl">busctl</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="halt">
+        <term><command>halt</command></term>
+        <listitem>
+          <para>Halts, powers off, or reboots the machine</para>
+          <indexterm zone="ch-system-systemd halt">
+            <primary sortas="b-halt">halt</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="hostnamectl">
+        <term><command>hostnamectl</command></term>
+        <listitem>
+          <para>Controls the system hostname</para>
+          <indexterm zone="ch-system-systemd hostnamectl">
+            <primary sortas="b-hostnamectl">hostnamectl</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="init">
+        <term><command>init</command></term>
+        <listitem>
+          <para>systemd system and service manager</para>
+          <indexterm zone="ch-system-systemd init">
+            <primary sortas="b-init">init</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="journalctl">
+        <term><command>journalctl</command></term>
+        <listitem>
+          <para>Queries the systemd journal</para>
+          <indexterm zone="ch-system-systemd journalctl">
+            <primary sortas="b-journalctl">journalctl</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="kernel-install">
+        <term><command>kernel-install</command></term>
+        <listitem>
+          <para>Adds and removes kernel and initramfs images to and from
+          <filename class="directory">/boot</filename></para>
+          <indexterm zone="ch-system-systemd kernel-install">
+            <primary sortas="b-kernel-install">kernel-install</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="localectl">
+        <term><command>localectl</command></term>
+        <listitem>
+          <para>Controls the system locale and keyboard layout settings</para>
+          <indexterm zone="ch-system-systemd localectl">
+            <primary sortas="b-localectl">localectl</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="loginctl">
+        <term><command>loginctl</command></term>
+        <listitem>
+          <para>Controls the systemd login manager</para>
+          <indexterm zone="ch-system-systemd loginctl">
+            <primary sortas="b-loginctl">loginctl</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="machinectl">
+        <term><command>machinectl</command></term>
+        <listitem>
+          <para>Controls the systemd machine manager</para>
+          <indexterm zone="ch-system-systemd machinectl">
+            <primary sortas="b-machinectl">machinectl</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="poweroff">
+        <term><command>poweroff</command></term>
+        <listitem>
+          <para>Halts, powers off, or reboots the machine</para>
+          <indexterm zone="ch-system-systemd poweroff">
+            <primary sortas="b-poweroff">poweroff</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="reboot">
+        <term><command>reboot</command></term>
+        <listitem>
+          <para>Halts, powers off, or reboots the machine</para>
+          <indexterm zone="ch-system-systemd reboot">
+            <primary sortas="b-reboot">reboot</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="runlevel">
+        <term><command>runlevel</command></term>
+        <listitem>
+          <para>Prints previous and current SysV runlevel</para>
+          <indexterm zone="ch-system-systemd runlevel">
+            <primary sortas="b-runlevel">runlevel</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="shutdown">
+        <term><command>shutdown</command></term>
+        <listitem>
+          <para>Halts, powers off, or reboots the machine</para>
+          <indexterm zone="ch-system-systemd shutdown">
+            <primary sortas="b-shutdown">shutdown</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="systemctl">
         <term><command>systemctl</command></term>
         <listitem>
@@ -228,6 +369,16 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
+      <varlistentry id="systemd-analyze">
+        <term><command>systemd-analyze</command></term>
+        <listitem>
+          <para>Analyzes system boot-up permformance</para>
+          <indexterm zone="ch-system-systemd systemd-analyze">
+            <primary sortas="b-systemd-analyze">systemd-analyze</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="systemd-ask-password">
         <term><command>systemd-ask-password</command></term>
         <listitem>
@@ -239,6 +390,16 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
+      <varlistentry id="systemd-cat">
+        <term><command>systemd-cat</command></term>
+        <listitem>
+          <para>Connects a pipeline or program's output with the journal</para>
+          <indexterm zone="ch-system-systemd systemd-cat">
+            <primary sortas="b-systemd-cat">systemd-cat</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="systemd-cgls">
         <term><command>systemd-cgls</command></term>
         <listitem>
@@ -270,6 +431,16 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
+      <varlistentry id="telinit">
+        <term><command>telinit</command></term>
+        <listitem>
+          <para>Tells <command>init</command> which run-level to change to</para>
+          <indexterm zone="ch-system-systemd telinit">
+            <primary sortas="b-telinit">telinit</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="pam_systemd">
         <term><filename class="libraryfile">pam_systemd</filename></term>
         <listitem>

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

Summary of changes:
 BOOK/boot/common/sysvinit.xml        |   42 ++++----
 BOOK/final-system/common/systemd.xml |  171 ++++++++++++++++++++++++++++++++++
 2 files changed, 192 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list