]> git.ipfire.org Git - thirdparty/util-linux.git/commit
docs: un-deprecate kill(1)
authorKarel Zak <kzak@redhat.com>
Mon, 8 Aug 2011 10:31:53 +0000 (12:31 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 8 Aug 2011 10:40:06 +0000 (12:40 +0200)
commit32fca0e9c49599667d19f157fade6fa46908271a
treedd2b1f7a1bd89d24faea30ac9bac08e8ba7739f7
parent9aeb66dc6b878bfb51bbcd4497107bc34e71b73d
docs: un-deprecate kill(1)

 * util-linux kill implementation is used in many distributions

 * the latest active procps upstream (fork at http://gitorious.org/procps/)
   does not build kill(1) by default

 * util-linux implementation is actively improved and we follow Linux
   kernel features (e.g. RT signals, sigqueue(2) support, ...)

 * kill(1) is basic command without dependence on /proc, it does not make
   sense to have it in procps package.

... so it does not make sense to mark deprecate this code.

Signed-off-by: Karel Zak <kzak@redhat.com>
DEPRECATED