cvs commit: src/usr.bin/pkill pkill.c

Xin LI delphij at FreeBSD.org
Thu Mar 3 02:17:21 GMT 2005


delphij     2005-03-03 02:17:20 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/pkill        pkill.c 
  Log:
  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'
  
  Obtained from:  NetBSD (rev. 1.8)
  MFC After:      1 week (if re@ would have approved this)
  
  Revision  Changes    Path
  1.20      +3 -3      src/usr.bin/pkill/pkill.c


More information about the cvs-src mailing list