mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
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>
This commit is contained in:
parent
c6254c1a30
commit
886c5c818f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105663
@ -164,6 +164,7 @@
|
||||
SUBDIR += jailer
|
||||
SUBDIR += jailutils
|
||||
SUBDIR += jdiskreport
|
||||
SUBDIR += jkill
|
||||
SUBDIR += jps
|
||||
SUBDIR += jtop
|
||||
SUBDIR += k3b
|
||||
|
24
sysutils/jkill/Makefile
Normal file
24
sysutils/jkill/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: jkill
|
||||
# Date created: 27 March 2004
|
||||
# Whom: Pavel Novikov
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jkill
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://ext.by/jkill/
|
||||
PKGNAMEPREFIX=
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= pavel@ext.by
|
||||
COMMENT= Shutdowns a running jail and all its processes
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
|
||||
MAN1= jkill.1
|
||||
MANCOMPRESSED= yes
|
||||
PLIST_FILES= bin/jkill
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/jkill/distinfo
Normal file
2
sysutils/jkill/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (jkill-1.0.tar.gz) = 116e56962ace62e25718e34b362a8785
|
||||
SIZE (jkill-1.0.tar.gz) = 2007
|
5
sysutils/jkill/pkg-descr
Normal file
5
sysutils/jkill/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Shutdowns a running jail and all its processes.
|
||||
|
||||
No additional software or tools like "jailer(8)" needed.
|
||||
|
||||
WWW: http://ext.by/jkill/
|
Loading…
Reference in New Issue
Block a user