[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 2d594b102f3f1eb9331b938b85d6a8986bd89259

git git at cross-lfs.org
Sat Nov 17 21:27:51 PST 2012


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  2d594b102f3f1eb9331b938b85d6a8986bd89259 (commit)
       via  cfb209ae6fcac69c88e550bc68e15a32d92ec117 (commit)
      from  8724dd0c36014f970bfe56aeed4d0646cbbea53c (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 2d594b102f3f1eb9331b938b85d6a8986bd89259
Author: William Harrington <kb0iic at gmail.com>
Date:   Sat Nov 17 23:27:47 2012 -0600

    Add utmpdump to installed files section.

diff --git a/BOOK/final-system/common/util-linux.xml b/BOOK/final-system/common/util-linux.xml
index 6a36301..8931ee2 100644
--- a/BOOK/final-system/common/util-linux.xml
+++ b/BOOK/final-system/common/util-linux.xml
@@ -113,8 +113,8 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
         partx, pg, pivot_root, readprofile, rename, renice, rev, rtcwake,
         script, scriptreplay, setarch, setsid, setterm, sulogin, sfdisk,
         swaplabel, swapoff (link to swapon), swapon, switch_root, tailf,
-        taskset, tunelp, ul, umount, unshare, uuidd, uuidgen, wdctl, whereis,
-        wipefs, and write</seg>
+        taskset, tunelp, ul, umount, unshare, utmpdump, uuidd, uuidgen,
+        wdctl, whereis, wipefs, and write</seg>
         <seg>libblkid.[a,so], libmount.[a,so], and libuuid.[a,so]</seg>
         <seg>/usr/include/blkid, /usr/include/libmount, /usr/include/uuid,
         /usr/share/getopt, /var/lib/hwclock</seg>
@@ -964,6 +964,17 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
         </listitem>
       </varlistentry>
 
+      <varlistentry id="utmpdump">
+        <term><command>utmpdump</command></term>
+        <listitem>
+          <para>Displays the content of the given login file in a more
+          user-friendly format</para>
+          <indexterm zone="ch-system-util-linux utmpdump">
+            <primary sortas="b-utmpdump">utmpdump</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="uuidd">
         <term><command>uuidd</command></term>
         <listitem>

commit cfb209ae6fcac69c88e550bc68e15a32d92ec117
Author: William Harrington <kb0iic at gmail.com>
Date:   Sat Nov 17 23:27:32 2012 -0600

    Remove utmpdump from sysvinit installed files section.

diff --git a/BOOK/final-system/common/sysvinit.xml b/BOOK/final-system/common/sysvinit.xml
index aa4a5ae..92f94f8 100644
--- a/BOOK/final-system/common/sysvinit.xml
+++ b/BOOK/final-system/common/sysvinit.xml
@@ -24,7 +24,7 @@
   <sect2 role="installation">
     <title>Installation of Sysvinit</title>
 
-<para os ="a">Apply a sed which removes sulogin, mountpoint, utmpdump, and wall from being built and installed as they are provided by util-linux:</para>
+<para os ="a">Apply a sed which removes sulogin, mountpoint, and wall from being built and installed as they are provided by util-linux:</para>
 
 <screen os="b"><userinput>cp -v src/Makefile{,.orig}
 sed -e 's/\ sulogin//;s/\ sulogin.8//' \
@@ -281,17 +281,6 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="utmpdump">
-        <term><command>utmpdump</command></term>
-        <listitem>
-          <para>Displays the content of the given login file in a more
-          user-friendly format</para>
-          <indexterm zone="ch-system-sysvinit utmpdump">
-            <primary sortas="b-utmpdump">utmpdump</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
       <varlistentry id="wall">
         <term><command>wall</command></term>
         <listitem>

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

Summary of changes:
 BOOK/final-system/common/sysvinit.xml   |   13 +------------
 BOOK/final-system/common/util-linux.xml |   15 +++++++++++++--
 2 files changed, 14 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list