cvs commit: src/usr.bin/pkill pkill.c
Andrey Chernov
ache at FreeBSD.ORG
Wed Nov 16 11:24:21 GMT 2005
On Wed, Nov 16, 2005 at 11:03:00AM +0000, Pawel Jakub Dawidek wrote:
> - If a process dissappears while we are signalling it, don't count it as a
> match/error.
I don't understand "match" part here, but can say something about "error"
part: while it looks reasonable, it is wrong direction move. What about
special signals handling? TSTP, HUP, USR1, etc? It should be restricted to
KILL signal only, since it can't be trapped. Ever ILL should produce some
warning when process dissappears, since usually dumps core.
--
http://ache.pp.ru/
More information about the cvs-src
mailing list