git: pgrep(1), pkill(1): Sync with FreeBSD to get the -F options
    John Marino 
    marino at crater.dragonflybsd.org
       
    Fri Oct 11 16:30:09 PDT 2013
    
    
  
commit 65a0e3d68b951f39cc39be7808e11e9de908d9fc
Author: John Marino <draco at marino.st>
Date:   Sat Oct 12 01:04:54 2013 +0200
    pgrep(1), pkill(1): Sync with FreeBSD to get the -F options
    
    These functions haven't been touched since DragonFly 1.1 (2004), other
    than build tweaks.  It was claimed that it would be "trivial" to add
    the -F options (pid file) but I wouldn't classify it as such.  There
    is a pretty big diff between the FreeBSD and DragonFly 1.1 version.  I
    had make some modifications, but the functions appear to work in the
    very short tests that I performed.
Summary of changes:
 usr.bin/pkill/pkill.1 | 158 +++++++++---
 usr.bin/pkill/pkill.c | 699 ++++++++++++++++++++++++++++++++------------------
 2 files changed, 573 insertions(+), 284 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/65a0e3d68b951f39cc39be7808e11e9de908d9fc
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list