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

Ed Schouten ed at FreeBSD.org
Tue Sep 30 17:30:56 UTC 2008


ed          2008-09-30 17:30:39 UTC

  FreeBSD src repository

  Modified files:
    bin/pkill            pkill.1 pkill.c 
  Log:
  SVN rev 183502 on 2008-09-30 17:30:39Z by ed
  
  Improve the `pkill -t' handling, which I changed in my previous commit.
  
  In my previous commit I disabled pkill(1)'s automatic prepending of the
  "tty" string when `pkill -t' was being used. Re-enable it and stat()
  both possible device names when called.
  
  Requested by:   jhb, rwatson (MFC)
  MFC after:      1 month
  
  Revision  Changes    Path
  1.3       +4 -3      src/bin/pkill/pkill.1
  1.3       +10 -8     src/bin/pkill/pkill.c


More information about the cvs-src mailing list