/bin/kill no longer works with negative PID
Bug #1077796 reported by
Michael Selig
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
procps (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Incorrectly gives a usage message, eg:
/bin/kill -1 -4321
==>
/bin/kill: invalid option -- '4'
A workaround appears to be to use "--" before the PID, but this is unsatisfactory, as existing scripts would have to be modified when they shouldn't have to be.
This problem has only appeared recently in 12.10.
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.