Subject: CVS commit: [netbsd-2] src/usr.bin/pkill
To: None <source-changes@NetBSD.org>
From: Soren Jacobsen <snj@netbsd.org>
List: source-changes
Date: 05/08/2005 17:34:08
Module Name: src
Committed By: snj
Date: Sun May 8 17:34:08 UTC 2005
Modified Files:
src/usr.bin/pkill [netbsd-2]: pkill.c
Log Message:
Pull up revision 1.8 (requested by abs in ticket #1294):
If a user or group is not known, report the problem user/group, rather than
the first user/group. Caused huge fun in error messages from large script.
Old: pgrep -u root,NoSuchUser,daemon -> pgrep: unknown user `root'
Now: pgrep -u root,NoSuchUser,daemon -> pgrep: unknown user `NoSuchUser'
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.7.4.1 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.