diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-11-18 18:16:27 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-11-18 18:16:27 +0000 |
commit | d9aaf3dc9f04d7959b938b8eed423a74c39c6529 (patch) | |
tree | e5d1c2c837a5ee39d1f862f5c473236fbe445ab1 /chapter06 | |
parent | 0844c147623519a97f5b1643d680e36ebd4231ce (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/procps.xml | 12 | ||||
-rw-r--r-- | chapter06/util-linux.xml | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index e667e63e7..a7bf84a7b 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -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> diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index dd1195861..476aa2ed5 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -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> |