Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/pkill



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.




Home | Main Index | Thread Index | Old Index