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
This commit is contained in:
Matthew Burgess 2012-11-18 18:16:27 +00:00
parent 0844c14762
commit d9aaf3dc9f
2 changed files with 11 additions and 11 deletions

View File

@ -77,7 +77,7 @@
<segtitle>Installed library</segtitle> <segtitle>Installed library</segtitle>
<seglistitem> <seglistitem>
<seg>free, kill, pgrep, pkill, pmap, ps, pwdx, skill, slabtop, snice, <seg>free, pgrep, pkill, pmap, ps, pwdx, skill, slabtop, snice,
sysctl, tload, top, uptime, vmstat, w, and watch</seg> sysctl, tload, top, uptime, vmstat, w, and watch</seg>
<seg>libproc.so</seg> <seg>libproc.so</seg>
</seglistitem> </seglistitem>
@ -99,16 +99,6 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="kill">
<term><command>kill</command></term>
<listitem>
<para>Sends signals to processes</para>
<indexterm zone="ch-system-procps kill">
<primary sortas="b-kill">kill</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="pgrep"> <varlistentry id="pgrep">
<term><command>pgrep</command></term> <term><command>pgrep</command></term>
<listitem> <listitem>

View File

@ -508,6 +508,16 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="kill">
<term><command>kill</command></term>
<listitem>
<para>Sends signals to processes</para>
<indexterm zone="ch-system-util-linux kill">
<primary sortas="b-kill">kill</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="ldattach"> <varlistentry id="ldattach">
<term><command>ldattach</command></term> <term><command>ldattach</command></term>
<listitem> <listitem>