Changeset d9aaf3d


Ignore:
Timestamp:
11/18/2012 06:16:27 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
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:
e82d984
Parents:
0844c14
Message:

Kill is installed by Util-Linux now, not Procps. Thanks to Chris Staub for the patch. Fixes #3229.

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

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/procps.xml

    r0844c14 rd9aaf3d  
    7878
    7979      <seglistitem>
    80         <seg>free, kill, pgrep, pkill, pmap, ps, pwdx, skill, slabtop, snice,
     80        <seg>free, pgrep, pkill, pmap, ps, pwdx, skill, slabtop, snice,
    8181        sysctl, tload, top, uptime, vmstat, w, and watch</seg>
    8282        <seg>libproc.so</seg>
     
    9696          <indexterm zone="ch-system-procps free">
    9797            <primary sortas="b-free">free</primary>
    98           </indexterm>
    99         </listitem>
    100       </varlistentry>
    101 
    102       <varlistentry id="kill">
    103         <term><command>kill</command></term>
    104         <listitem>
    105           <para>Sends signals to processes</para>
    106           <indexterm zone="ch-system-procps kill">
    107             <primary sortas="b-kill">kill</primary>
    10898          </indexterm>
    10999        </listitem>
  • chapter06/util-linux.xml

    r0844c14 rd9aaf3d  
    509509      </varlistentry>
    510510
     511      <varlistentry id="kill">
     512        <term><command>kill</command></term>
     513        <listitem>
     514          <para>Sends signals to processes</para>
     515          <indexterm zone="ch-system-util-linux kill">
     516            <primary sortas="b-kill">kill</primary>
     517          </indexterm>
     518        </listitem>
     519      </varlistentry>
     520
    511521      <varlistentry id="ldattach">
    512522        <term><command>ldattach</command></term>
Note: See TracChangeset for help on using the changeset viewer.