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:
parent
ebc76b1c98
commit
53c04a9490
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34380
@ -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
18
sysutils/pslist/Makefile
Normal 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
1
sysutils/pslist/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pslist-1.0.tar.gz) = 7bd8d3c9b1394dcf3447d37ddcba9e2d
|
1
sysutils/pslist/pkg-comment
Normal file
1
sysutils/pslist/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A utility to view or send signals to processes with all their children
|
4
sysutils/pslist/pkg-descr
Normal file
4
sysutils/pslist/pkg-descr
Normal 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>
|
2
sysutils/pslist/pkg-plist
Normal file
2
sysutils/pslist/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/pslist
|
||||
bin/rkill
|
Loading…
Reference in New Issue
Block a user