Ignore:
Timestamp:
10/14/2012 06:18:31 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b3c4b016
Parents:
3383a53
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/sysvinit.xml

    r3383a53 r4322222  
    5555<screen><userinput remap="pre">sed -i 's@Sending processes@&amp; configured via /etc/inittab@g' src/init.c</userinput></screen>
    5656
    57     <para>Maintained versions of the <command>wall</command> and
    58     <command>mountpoint</command> programs were
     57    <para>Maintained versions of the <command>wall</command>,
     58    <command>mountpoint</command>, and <command>utmpdump</command> programs were
    5959    installed earlier by Util-linux. Suppress the installation of Sysvinit's
    6060    versions of these programs and their man pages:</para>
    6161
    62 <screen><userinput remap="make">sed -i -e 's/utmpdump wall/utmpdump/' \
    63        -e '/= mountpoint/d' \
    64        -e 's/mountpoint.1 wall.1//' src/Makefile</userinput></screen>
     62<screen><userinput remap="make">sed -i -e '/utmpdump/d' \
     63       -e '/mountpoint/d' src/Makefile</userinput></screen>
    6564
    6665    <para>Compile the package:</para>
     
    8685        lastb (link to last), mesg, pidof (link to killall5),
    8786        poweroff (link to halt), reboot (link to halt), runlevel, shutdown,
    88         sulogin, telinit (link to init), and utmpdump</seg>
     87        sulogin, and telinit (link to init)</seg>
    8988      </seglistitem>
    9089    </segmentedlist>
     
    263262      </varlistentry>
    264263
    265       <varlistentry id="utmpdump">
    266         <term><command>utmpdump</command></term>
    267         <listitem>
    268           <para>Displays the content of the given login file in a more
    269           user-friendly format</para>
    270           <indexterm zone="ch-system-sysvinit utmpdump">
    271             <primary sortas="b-utmpdump">utmpdump</primary>
    272           </indexterm>
    273         </listitem>
    274       </varlistentry>
    275 
    276264    </variablelist>
    277265
Note: See TracChangeset for help on using the changeset viewer.