Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566264 - sys-apps/util-linux: install kill(1)
Summary: sys-apps/util-linux: install kill(1)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-19 20:15 UTC by Mike Gilbert
Modified: 2015-11-24 22:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2015-11-19 20:15:13 UTC
We currently disable the kill binary via a configure flag in util-linux, and install the kill command in procps. I propose that we flip this around, and install kill from util-linux instead.

The util-linux version of kill supports the following additional features:

- Killing by process name in addition to pid.
- Listing real-time (RT) signals, and passing them as RT<N>, RTMIN+N, RTMAX-N.

It also supports a couple of additional command line parameters:

 -a, --all              do not restrict the name-to-pid conversion to processes
                          with the same uid as the present process

 -q, --queue <value>    use sigqueue(2), not kill(2), and pass <value> as data
Comment 1 SpanKY gentoo-dev 2015-11-24 22:02:20 UTC
neither of those are terribly compelling.  procps already provides pkill as a standard tool to kill processes via names and has for years.

adding USE flags is easy though, so it's available in all three if people want:
http://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5371bbe754e942377e7778e715ebe7ce3126a31