Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2009 04:34:14 +0000 (UTC)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/pkill pkill.1 pkill.c
Message-ID:  <200905170434.n4H4YUw9038426@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2009-05-17 04:34:14 UTC

  FreeBSD src repository

  Modified files:
    bin/pkill            pkill.1 pkill.c 
  Log:
  SVN rev 192242 on 2009-05-17 04:34:14Z by brian
  
  When finding processes, ignore ourself and our ancestors.  It is almost
  always surprising when you kill a 'sh -c ...' ancestor or when you kill
  yourself when using -f.
  
  Add a -a switch for backwards compatibility.
  
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.4       +12 -3     src/bin/pkill/pkill.1
  1.4       +28 -2     src/bin/pkill/pkill.c



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