Ignore:
Timestamp:
12/13/2013 06:55:02 AM (10 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.5, 7.6, 7.7, 7.8, 7.9, 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:
a326b1d7
Parents:
4783efe
Message:

Update to procps-ng-3.3.9
Install non-essential programs from the xz package in /usr/bin.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10390 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/sysvinit.xml

    r4783efe r9132fe4  
    4242    <title>Installation of Sysvinit</title>
    4343
     44<!--
    4445    <para>When run-levels are changed (for example, when halting the
    4546    system), <command>init</command> sends termination signals to those
     
    6667        -e '/mesg/d'       \
    6768        -e 's/= sulogin(\.8)?/=/' src/Makefile</userinput></screen>
     69-->
     70    <para>First, apply a patch that removes several programs installed by other
     71    packages, clarifies a message, and fixes a compiler warning:</para>
     72
     73<screen><userinput remap="pre">patch -Np1 -i ../&sysvinit-consolidated-patch;</userinput></screen>
    6874
    6975    <para>Compile the package:</para>
     
    8692
    8793      <seglistitem>
    88         <seg>bootlogd, fstab-decode, halt, init, killall5, pidof (link to
    89         killall5), poweroff (link to halt), reboot (link to halt), runlevel,
     94        <seg>bootlogd, fstab-decode, halt, init, killall5,
     95        poweroff (link to halt), reboot (link to halt), runlevel,
    9096        shutdown, and telinit (link to init)</seg>
    9197      </seglistitem>
     
    155161      </varlistentry>
    156162
    157       <varlistentry id="pidof">
    158         <term><command>pidof</command></term>
    159         <listitem>
    160           <para>Reports the PIDs of the given programs</para>
    161           <indexterm zone="ch-system-sysvinit pidof">
    162             <primary sortas="b-pidof">pidof</primary>
    163           </indexterm>
    164         </listitem>
    165       </varlistentry>
    166 
    167163      <varlistentry id="poweroff">
    168164        <term><command>poweroff</command></term>
Note: See TracChangeset for help on using the changeset viewer.