Add pslist 1.0, a utility to view or send signals to processes with all

their children, similar to killall but more sophisticated.

PR:		22355
Submitted by:	Peter Pentchev <roam@orbitel.bg>
This commit is contained in:
Will Andrews 2000-10-29 01:14:36 +00:00
parent ebc76b1c98
commit 53c04a9490
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34380
6 changed files with 27 additions and 0 deletions

View File

@ -72,6 +72,7 @@
SUBDIR += pkg_remove
SUBDIR += prips
SUBDIR += procmap
SUBDIR += pslist
SUBDIR += psmisc
SUBDIR += pwgen
SUBDIR += rdate

18
sysutils/pslist/Makefile Normal file
View File

@ -0,0 +1,18 @@
# New ports collection makefile for: pslist
# Date created: 27 October 2000
# Whom: roam@orbitel.bg
#
# $FreeBSD$
#
PORTNAME= pslist
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://mail.orbitel.bg/~roam/devel/sysutils/ \
http://ringwraith.online.bg/~roam/devel/sysutils/
MAINTAINER= roam@orbitel.bg
NO_BUILD= yes
.include <bsd.port.mk>

1
sysutils/pslist/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (pslist-1.0.tar.gz) = 7bd8d3c9b1394dcf3447d37ddcba9e2d

View File

@ -0,0 +1 @@
A utility to view or send signals to processes with all their children

View File

@ -0,0 +1,4 @@
pslist is a simple command-line utility for viewing and sending signals
to a whole process tree.
Author: Peter Pentchev <roam@orbitel.bg>

View File

@ -0,0 +1,2 @@
bin/pslist
bin/rkill