diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-10 17:45:26 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-10 17:45:26 +0000 |
commit | 3022bf446645f0fe817f31f7111e2ce2c3d7225a (patch) | |
tree | a719405f2cfef58c4c61012f34cbc0a782769d03 /sysutils | |
parent | Add ruby-fnmatch, a Ruby module which provides File::fnmatch and (diff) |
Add new port, Slay, a utility that kills a persons shell, as well as any process belonging to that user.
PR: 27704
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
Reviewed by: keichii
Notes
Notes:
svn path=/head/; revision=43772
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/slay/Makefile | 22 | ||||
-rw-r--r-- | sysutils/slay/distinfo | 1 | ||||
-rw-r--r-- | sysutils/slay/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/slay/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/slay/pkg-plist | 2 |
6 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 84fec574b673..2c6b4fbea25b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -128,6 +128,7 @@ SUBDIR += setcdboot SUBDIR += setquota SUBDIR += skill + SUBDIR += slay SUBDIR += socket SUBDIR += star SUBDIR += stat diff --git a/sysutils/slay/Makefile b/sysutils/slay/Makefile new file mode 100644 index 000000000000..6ada2ec20b38 --- /dev/null +++ b/sysutils/slay/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: Slay +# Date created: Sun Mar 12 02:26:49 GMT 2000 +# Whom: scorpio@drkshdw.org +# +# $FreeBSD$ +# + +PORTNAME= Slay +PORTVERSION= 1.2 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/admin/idle +DISTNAME= ${PORTNAME}.${PORTVERSION} + +MAINTAINER= scorpio@drkshdw.org + +NO_BUILD= "binary distribution" + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/slay ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/sysutils/slay/distinfo b/sysutils/slay/distinfo new file mode 100644 index 000000000000..e581a281f14d --- /dev/null +++ b/sysutils/slay/distinfo @@ -0,0 +1 @@ +MD5 (Slay.1.2.tar.gz) = 3d84408865dea84dd37d85120c13835c diff --git a/sysutils/slay/pkg-comment b/sysutils/slay/pkg-comment new file mode 100644 index 000000000000..d2841ddb36a5 --- /dev/null +++ b/sysutils/slay/pkg-comment @@ -0,0 +1 @@ +Kills a login shell and process(es) of a user diff --git a/sysutils/slay/pkg-descr b/sysutils/slay/pkg-descr new file mode 100644 index 000000000000..2461bca6bb07 --- /dev/null +++ b/sysutils/slay/pkg-descr @@ -0,0 +1,4 @@ +Slay was designed apparantly to kill abusive users, as well as the +processes that user owns. + +Simply execute "slay <username>" diff --git a/sysutils/slay/pkg-plist b/sysutils/slay/pkg-plist new file mode 100644 index 000000000000..707aa4b744bc --- /dev/null +++ b/sysutils/slay/pkg-plist @@ -0,0 +1,2 @@ +bin/slay + |