Subject: Re: CVS commit: src/usr.bin/pkill
To: Jed Davis <jdev@panix.com>
From: Klaus Klein <kleink@mibh.de>
List: source-changes
Date: 10/11/2005 00:05:30
Jed Davis wrote:
> Klaus Klein <kleink@netbsd.org> writes:
>
> > Module Name: src
> > Committed By: kleink
> > Date: Sat Oct 8 12:05:55 UTC 2005
> >
> > Modified Files:
> > src/usr.bin/pkill: pkill.c
> >
> > Log Message:
> > 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.
>
> Shouldn't this message mention PR/21933?
Thanks for the pointer; I hadn't been aware of the PR until now, but got
annoyed with this myself. :-)
- Klaus