Subject: CVS commit: [netbsd-3] src/usr.bin/pkill
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 10/15/2005 16:34:24
Module Name: src
Committed By: riz
Date: Sat Oct 15 16:34:24 UTC 2005
Modified Files:
src/usr.bin/pkill [netbsd-3]: pkill.c
Log Message:
Pull up following revision(s) (requested by kleink in ticket #890):
usr.bin/pkill/pkill.c: revision 1.15
Downgrade failure to kill(2) (other than ESRCH) from fatal error to a
warning; otherwise processing aborts and possibly matching killees would
remain unsignalled. This makes pkill match the Solaris behavior.
To generate a diff of this commit:
cvs rdiff -r1.9.2.5 -r1.9.2.6 src/usr.bin/pkill/pkill.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.