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
This commit is contained in:
David W. Chapman Jr. 2001-06-10 17:45:26 +00:00
parent c6151e4990
commit 3022bf4466
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43772
6 changed files with 31 additions and 0 deletions

View file

@ -128,6 +128,7 @@
SUBDIR += setcdboot
SUBDIR += setquota
SUBDIR += skill
SUBDIR += slay
SUBDIR += socket
SUBDIR += star
SUBDIR += stat

22
sysutils/slay/Makefile Normal file
View file

@ -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>

1
sysutils/slay/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (Slay.1.2.tar.gz) = 3d84408865dea84dd37d85120c13835c

View file

@ -0,0 +1 @@
Kills a login shell and process(es) of a user

4
sysutils/slay/pkg-descr Normal file
View file

@ -0,0 +1,4 @@
Slay was designed apparantly to kill abusive users, as well as the
processes that user owns.
Simply execute "slay <username>"

2
sysutils/slay/pkg-plist Normal file
View file

@ -0,0 +1,2 @@
bin/slay