From: Karel Zak Date: Mon, 8 Aug 2011 10:31:53 +0000 (+0200) Subject: docs: un-deprecate kill(1) X-Git-Tag: v2.20-rc2~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32fca0e9c49599667d19f157fade6fa46908271a;p=thirdparty%2Futil-linux.git 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 --- diff --git a/DEPRECATED b/DEPRECATED index f826be69c3..7c6b0d3260 100644 --- a/DEPRECATED +++ b/DEPRECATED @@ -31,11 +31,6 @@ Why: deprecated in favor of uname(1) or arch(1) from coreutils ---------------------------- -What: kill(1) command -Why: deprecated in favor of kill from procps or bash build-in kill command - ----------------------------- - What: newgrp(1) Why: deprecated in favor of newgrp from shadow-utils