Import from NetBSD: `pgrep' and `pkill' utilities for finding and
authorChris Pressey <cpressey@dragonflybsd.org>
Wed, 28 Jul 2004 00:41:47 +0000 (00:41 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Wed, 28 Jul 2004 00:41:47 +0000 (00:41 +0000)
commitdf558cd9fd6fab0527739573435525a7e20534a9
treed2b2311e5046f5acbf65bf2da740aa45fa85f5db
parent91865926d06a41f4e0e1d3fc8277608af2fdc290
Import from NetBSD: `pgrep' and `pkill' utilities for finding and
signalling processes by name.

This initial commit brings in the following files directly from
NetBSD, unchanged except for the addition of $DragonFly$ ID tags:

$NetBSD: Makefile,v 1.1 2002/03/01 11:21:58 ad Exp $
$NetBSD: pkill.1,v 1.8 2003/02/14 15:59:18 grant Exp $
$NetBSD: pkill.c,v 1.7 2004/02/15 17:03:30 soren Exp $

The next few commits will DragonFly-ize these files and hook them up
to the build.

Initially-requested-by: Munish Chopra <chopra at soulwax dot net>
Approved-by: dillon
usr.bin/pkill/Makefile [new file with mode: 0644]
usr.bin/pkill/pkill.1 [new file with mode: 0644]
usr.bin/pkill/pkill.c [new file with mode: 0644]