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/util-linux.xml | |
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/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 10 |
1 files changed, 10 insertions, 0 deletions
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> |