Subject: CVS commit: src/usr.bin/pkill
To: None <source-changes@NetBSD.org>
From: David Brownlee <abs@netbsd.org>
List: source-changes
Date: 03/02/2005 15:31:44
Module Name:	src
Committed By:	abs
Date:		Wed Mar  2 15:31:44 UTC 2005

Modified Files:
	src/usr.bin/pkill: pkill.c

Log Message:
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.8 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.