mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
0844c14762
commit
d9aaf3dc9f
@ -77,7 +77,7 @@
|
||||
<segtitle>Installed library</segtitle>
|
||||
|
||||
<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>
|
||||
<seg>libproc.so</seg>
|
||||
</seglistitem>
|
||||
@ -99,16 +99,6 @@
|
||||
</listitem>
|
||||
</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">
|
||||
<term><command>pgrep</command></term>
|
||||
<listitem>
|
||||
|
@ -508,6 +508,16 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
|
||||
</listitem>
|
||||
</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">
|
||||
<term><command>ldattach</command></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user