Remove utmpdump from sysvinit because it is now installed

by util-linux. 


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10020 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2012-10-14 06:18:31 +00:00
parent 3383a53e90
commit 4322222ddb
2 changed files with 11 additions and 17 deletions

View File

@ -39,6 +39,12 @@
<listitem> <listitem>
<para>2012-09-27</para> <para>2012-09-27</para>
<itemizedlist> <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> <listitem>
<para>[bdubbs] - Change procps to not install the <para>[bdubbs] - Change procps to not install the
kill program that is now installed by util-linux. Fixes kill program that is now installed by util-linux. Fixes

View File

@ -54,14 +54,13 @@
<screen><userinput remap="pre">sed -i 's@Sending processes@&amp; configured via /etc/inittab@g' src/init.c</userinput></screen> <screen><userinput remap="pre">sed -i 's@Sending processes@&amp; configured via /etc/inittab@g' src/init.c</userinput></screen>
<para>Maintained versions of the <command>wall</command> and <para>Maintained versions of the <command>wall</command>,
<command>mountpoint</command> programs were <command>mountpoint</command>, and <command>utmpdump</command> programs were
installed earlier by Util-linux. Suppress the installation of Sysvinit's installed earlier by Util-linux. Suppress the installation of Sysvinit's
versions of these programs and their man pages:</para> versions of these programs and their man pages:</para>
<screen><userinput remap="make">sed -i -e 's/utmpdump wall/utmpdump/' \ <screen><userinput remap="make">sed -i -e '/utmpdump/d' \
-e '/= mountpoint/d' \ -e '/mountpoint/d' src/Makefile</userinput></screen>
-e 's/mountpoint.1 wall.1//' src/Makefile</userinput></screen>
<para>Compile the package:</para> <para>Compile the package:</para>
@ -85,7 +84,7 @@
<seg>bootlogd, fstab-decode, halt, init, killall5, last, <seg>bootlogd, fstab-decode, halt, init, killall5, last,
lastb (link to last), mesg, pidof (link to killall5), lastb (link to last), mesg, pidof (link to killall5),
poweroff (link to halt), reboot (link to halt), runlevel, shutdown, 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> </seglistitem>
</segmentedlist> </segmentedlist>
@ -262,17 +261,6 @@
</listitem> </listitem>
</varlistentry> </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> </variablelist>
</sect2> </sect2>