diff options
author | pav <pav@FreeBSD.org> | 2004-03-30 09:10:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-30 09:10:54 +0800 |
commit | 217af90214741bbf4251011a341a7729adeef733 (patch) | |
tree | 66650d5975e6526a679bbb219e17c4664262ef48 /sysutils/Makefile | |
parent | 407c5d53f30b722c612d99c86db5d0c6ad083d4d (diff) | |
download | freebsd-ports-gnome-217af90214741bbf4251011a341a7729adeef733.tar.gz freebsd-ports-gnome-217af90214741bbf4251011a341a7729adeef733.tar.zst freebsd-ports-gnome-217af90214741bbf4251011a341a7729adeef733.zip |
Add jps, a perl wrapper to "ps(1)" that gets its output and maps pids to jails.
The wrapper takes all "ps(1)" options and passed then to the "ps(1)" if some
specified. When no options specified the wrapper uses default options.
No additional software or tools like "jailer(8)" needed.
WWW: http://ext.by/jps/
PR: ports/64813
Submitted by: Pavel Novikov <pavel@ext.by>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 1b8b92bce178..3f7488af578a 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -164,6 +164,7 @@ SUBDIR += jailer SUBDIR += jailutils SUBDIR += jdiskreport + SUBDIR += jps SUBDIR += jtop SUBDIR += k3b SUBDIR += kcpuload |