diff options
author | pav <pav@FreeBSD.org> | 2004-03-30 09:19:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-30 09:19:42 +0800 |
commit | e284fad3050a1d5d2ad71d5ad618e2cf2cf0d095 (patch) | |
tree | 8d7c400d56cea8b7674ccb7379c81e10b7441122 /sysutils/Makefile | |
parent | 3abccd4bcdde1ce21bc1c533845e16a650d8842d (diff) | |
download | freebsd-ports-gnome-e284fad3050a1d5d2ad71d5ad618e2cf2cf0d095.tar.gz freebsd-ports-gnome-e284fad3050a1d5d2ad71d5ad618e2cf2cf0d095.tar.zst freebsd-ports-gnome-e284fad3050a1d5d2ad71d5ad618e2cf2cf0d095.zip |
Add jkill, a command that hutdowns a running jail and all its processes.
No additional software or tools like "jailer(8)" needed.
WWW: http://ext.by/jkill/
PR: ports/64814
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 3f7488af578a..fc263dc04773 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -164,6 +164,7 @@ SUBDIR += jailer SUBDIR += jailutils SUBDIR += jdiskreport + SUBDIR += jkill SUBDIR += jps SUBDIR += jtop SUBDIR += k3b |