Author: bdubbs
Date: 2012-10-14 00:18:31 -0600 (Sun, 14 Oct 2012)
New Revision: 10020
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/sysvinit.xml
Log:
Remove utmpdump from sysvinit because it is now installed
by util-linux.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2012-10-14 05:48:05 UTC (rev 10019)
+++ trunk/BOOK/chapter01/changelog.xml 2012-10-14 06:18:31 UTC (rev 10020)
@@ -40,6 +40,12 @@
<para>2012-09-27</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Remove utmpdump from sysvinit
+ because it is now installed by util-linux. Thanks to
+ Chris Staub for the patch. Fixes
+ <ulink url="&lfs-ticket-root;3202">#3202</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Change procps to not install the
kill program that is now installed by util-linux. Fixes
<ulink url="&lfs-ticket-root;3201">#3201</ulink>.</para>
Modified: trunk/BOOK/chapter06/sysvinit.xml
===================================================================
--- trunk/BOOK/chapter06/sysvinit.xml 2012-10-14 05:48:05 UTC (rev 10019)
+++ trunk/BOOK/chapter06/sysvinit.xml 2012-10-14 06:18:31 UTC (rev 10020)
@@ -54,14 +54,13 @@
<screen><userinput remap="pre">sed -i 's@Sending processes@& configured
via /etc/inittab@g' src/init.c</userinput></screen>
- <para>Maintained versions of the <command>wall</command> and
- <command>mountpoint</command> programs were
+ <para>Maintained versions of the <command>wall</command>,
+ <command>mountpoint</command>, and <command>utmpdump</command> programs
were
installed earlier by Util-linux. Suppress the installation of Sysvinit's
versions of these programs and their man pages:</para>
-<screen><userinput remap="make">sed -i -e 's/utmpdump wall/utmpdump/' \
- -e '/= mountpoint/d' \
- -e 's/mountpoint.1 wall.1//' src/Makefile</userinput></screen>
+<screen><userinput remap="make">sed -i -e '/utmpdump/d' \
+ -e '/mountpoint/d' src/Makefile</userinput></screen>
<para>Compile the package:</para>
@@ -85,7 +84,7 @@
<seg>bootlogd, fstab-decode, halt, init, killall5, last,
lastb (link to last), mesg, pidof (link to killall5),
poweroff (link to halt), reboot (link to halt), runlevel, shutdown,
- sulogin, telinit (link to init), and utmpdump</seg>
+ sulogin, and telinit (link to init)</seg>
</seglistitem>
</segmentedlist>
@@ -262,17 +261,6 @@
</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>
-
</variablelist>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page