Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2005 02:17:20 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/pkill pkill.c
Message-ID:  <200503030217.j232HKBp030319@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503030217.j232HKBp030319>