Add MASTER_SITE;

Add license;
Cosmetic changes;
Take maintainership, agreed by previous MAINTAINER.

brad@ ok
This commit is contained in:
margarida 2002-12-22 01:43:32 +00:00
parent d20de25615
commit 87ca578da4
2 changed files with 14 additions and 11 deletions

View File

@ -1,17 +1,19 @@
# $OpenBSD: Makefile,v 1.6 2002/12/09 15:37:24 brad Exp $
# $OpenBSD: Makefile,v 1.7 2002/12/22 01:43:32 margarida Exp $
COMMENT= "interactive utility that displays info about online users"
DISTNAME= whowatch-1.4
CATEGORIES= sysutils
MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ \
http://janek.ae.krakow.pl/~suszyckm/download/
HOMEPAGE= http://wizard.ae.krakow.pl/~mike/
MAINTAINER= Mark Grimes <mark@stateful.net>
MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ \
http://janek.ae.krakow.pl/~suszyckm/download/ \
${MASTER_SITE_PACKETSTORM:=UNIX/IDS/}
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -1,8 +1,9 @@
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.
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
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}