add whowatch port; from <obecian@celerity.bartoli.org>
-- Whowatch is an interactive console utility that displays information about the users currently logged on to the machine, in real time. Besides standard information (login, tty, host, user's processes) you can see the type of login (i.e., ssh, telnet). You can also see selected user's process tree or the system process tree. In the process tree mode there is the ability to send INT or KILL signal to a selected process.
This commit is contained in:
parent
6de5f01524
commit
c6073813c9
20
net/whowatch/Makefile
Normal file
20
net/whowatch/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/07/14 08:34:15 brad Exp $
|
||||
|
||||
DISTNAME= whowatch-1.4
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.310
|
||||
MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ \
|
||||
http://janek.ae.krakow.pl/~suszyckm/download/
|
||||
|
||||
HOMEPAGE= http://wizard.ae.krakow.pl/~mike/
|
||||
|
||||
MAINTAINER= obecian@celerity.bartoli.org
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/whowatch/files/md5
Normal file
3
net/whowatch/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (whowatch-1.4.tar.gz) = 0870155e8b75b99f9954e76fb20f9528
|
||||
RMD160 (whowatch-1.4.tar.gz) = da2ee1d52e2a1d5292713259e66b4e7dd39b8dfd
|
||||
SHA1 (whowatch-1.4.tar.gz) = 0d60c8ddb56b9bf9d2f3e1452832ccb2c862ff0c
|
1
net/whowatch/pkg/COMMENT
Normal file
1
net/whowatch/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
interactive utility that displays info about online users
|
8
net/whowatch/pkg/DESCR
Normal file
8
net/whowatch/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
Whowatch is an interactive console utility that displays information about
|
||||
the users currently logged on to the machine, in real time. Besides
|
||||
standard information (login, tty, host, user's processes) you can see
|
||||
the type of login (i.e., ssh, telnet). You can also see selected user's
|
||||
process tree or the system process tree. In the process tree mode there
|
||||
is the ability to send INT or KILL signal to a selected process.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
3
net/whowatch/pkg/PLIST
Normal file
3
net/whowatch/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/07/14 08:34:15 brad Exp $
|
||||
bin/whowatch
|
||||
man/man1/whowatch.1
|
Loading…
Reference in New Issue
Block a user