mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -128,6 +128,7 @@
|
|||
SUBDIR += setcdboot
|
||||
SUBDIR += setquota
|
||||
SUBDIR += skill
|
||||
SUBDIR += slay
|
||||
SUBDIR += socket
|
||||
SUBDIR += star
|
||||
SUBDIR += stat
|
||||
|
|
22
sysutils/slay/Makefile
Normal file
22
sysutils/slay/Makefile
Normal 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
1
sysutils/slay/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Slay.1.2.tar.gz) = 3d84408865dea84dd37d85120c13835c
|
1
sysutils/slay/pkg-comment
Normal file
1
sysutils/slay/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Kills a login shell and process(es) of a user
|
4
sysutils/slay/pkg-descr
Normal file
4
sysutils/slay/pkg-descr
Normal 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
2
sysutils/slay/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/slay
|
||||
|
Loading…
Add table
Reference in a new issue