[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 8724dd0c36014f970bfe56aeed4d0646cbbea53c

git git at cross-lfs.org
Sat Nov 17 21:23:27 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  8724dd0c36014f970bfe56aeed4d0646cbbea53c (commit)
       via  1c96860ee74a5ddc70788098620e3104d73747f3 (commit)
      from  12049296f31845c26ceb3112f81c02cc86136b03 (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 8724dd0c36014f970bfe56aeed4d0646cbbea53c
Author: William Harrington <kb0iic at gmail.com>
Date:   Sat Nov 17 23:23:22 2012 -0600

    Add mountpoint to installed files section.

diff --git a/BOOK/final-system/common/util-linux.xml b/BOOK/final-system/common/util-linux.xml
index 46797f8..6a36301 100644
--- a/BOOK/final-system/common/util-linux.xml
+++ b/BOOK/final-system/common/util-linux.xml
@@ -109,12 +109,12 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
         fsck, fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hexdump,
         hwclock, ionice, ipcmk, ipcrm, ipcs, isosize, kill, ldattach, line,
         logger, look, losetup, lsblk, lscpu, mcookie, mkfs, mkfs.bfs,
-        mkfs.cramfs, mkfs.minix, mkswap, more, mount, namei, 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>
+        mkfs.cramfs, mkfs.minix, mkswap, more, mount, mountpoint,  namei,
+        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>
         <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>
@@ -684,6 +684,16 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
         </listitem>
       </varlistentry>
 
+      <varlistentry id="mountpoint">
+        <term><command>mountpoint</command></term>
+        <listitem>
+          <para>Tells you whether or not a directory is a mount point.</para>
+          <indexterm zone="ch-system-util-linux mountpoint">
+            <primary sortas="b-mountpoint">mountpoint</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="namei">
         <term><command>namei</command></term>
         <listitem>

commit 1c96860ee74a5ddc70788098620e3104d73747f3
Author: William Harrington <kb0iic at gmail.com>
Date:   Sat Nov 17 23:23:01 2012 -0600

    Remove mountpoint from sysvinit install.

diff --git a/BOOK/final-system/common/sysvinit.xml b/BOOK/final-system/common/sysvinit.xml
index 3068bd2..aa4a5ae 100644
--- a/BOOK/final-system/common/sysvinit.xml
+++ b/BOOK/final-system/common/sysvinit.xml
@@ -24,11 +24,12 @@
   <sect2 role="installation">
     <title>Installation of Sysvinit</title>
 
-<para os ="a">Apply a sed which removes sulogin from being built and installed as sulogin is installed by util-linux:</para>
+<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>
 
 <screen os="b"><userinput>cp -v src/Makefile{,.orig}
 sed -e 's/\ sulogin//;s/\ sulogin.8//' \
-    -e '/sulogin.*:/d' src/Makefile.orig > src/Makefile</userinput></screen>
+    -e '/sulogin.*:/d' '/utmpdump/d' \
+    -e '/mountpoint/d' src/Makefile.orig > src/Makefile</userinput></screen>
 
 <para os ="c">Compile the package:</para>
 
@@ -124,9 +125,8 @@ EOF</userinput></screen>
 
       <seglistitem>
         <seg>bootlogd, halt, init, killall5, last, lastb (link to last), mesg,
-        mountpoint, pidof (link to killall5), poweroff (link to halt),
-        reboot (link to halt), runlevel, shutdown, 
-        telinit (link to init), utmpdump, and wall</seg>
+        pidof (link to killall5), poweroff (link to halt),
+        reboot (link to halt), runlevel, shutdown, and telinit (link to init)</seg>
       </seglistitem>
     </segmentedlist>
 
@@ -217,16 +217,6 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="mountpoint">
-        <term><command>mountpoint</command></term>
-        <listitem>
-          <para>Tells you whether or not a directory is a mount point.</para>
-          <indexterm zone="ch-system-sysvinit mountpoint">
-            <primary sortas="b-mountpoint">mountpoint</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
       <varlistentry id="pidof">
         <term><command>pidof</command></term>
         <listitem>

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list