diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-10-14 06:18:31 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-10-14 06:18:31 +0000 |
commit | 4322222ddb1eb759de62039b22e4f2d16baf45e3 (patch) | |
tree | c071e96e3d0bf20dc10ecb9b5b7a7920bc71b406 /chapter06 | |
parent | 3383a53e90674b72f4202a647cae5aac0b32f741 (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/sysvinit.xml | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index 2acf8972d..b1b85c6b9 100644 --- a/chapter06/sysvinit.xml +++ b/chapter06/sysvinit.xml @@ -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> |