Date: Mon, 12 Jun 2000 20:28:18 -0400 (EDT) From: dannyboy@subdimension.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/19229: new port: whowatch Message-ID: <200006130028.UAA11295@dannyboy.eyep.net>
next in thread | raw e-mail | index | archive | help
>Number: 19229 >Category: ports >Synopsis: new port: whowatch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 12 17:30:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Daniel Harris >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: FreeBSD 4.0-STABLE i386 >Description: New port of whowatch, which displays (in real time) information about users currently logged on. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # whowatch # whowatch/pkg # whowatch/pkg/COMMENT # whowatch/pkg/PLIST # whowatch/pkg/DESCR # whowatch/files # whowatch/files/md5 # whowatch/Makefile # echo c - whowatch mkdir -p whowatch > /dev/null 2>&1 echo c - whowatch/pkg mkdir -p whowatch/pkg > /dev/null 2>&1 echo x - whowatch/pkg/COMMENT sed 's/^X//' >whowatch/pkg/COMMENT << 'END-of-whowatch/pkg/COMMENT' XDisplays information in real time about users currently logged on END-of-whowatch/pkg/COMMENT echo x - whowatch/pkg/PLIST sed 's/^X//' >whowatch/pkg/PLIST << 'END-of-whowatch/pkg/PLIST' Xbin/whowatch END-of-whowatch/pkg/PLIST echo x - whowatch/pkg/DESCR sed 's/^X//' >whowatch/pkg/DESCR << 'END-of-whowatch/pkg/DESCR' XWhowatch is an interactive who-like program that displays information about the Xusers currently logged on to the machine. In addition to standard information X(login name, tty, host, user's process), the type of the connection (telnet or Xssh) is shown. You can toggle display between the users' commands or idle times. XYou can watch the process tree, navigate in it, and send INT and KILL signals. X XWWW: http://wizard.ae.krakow.pl/~mike/ X X- Daniel Harris Xdannyboy@subdimension.com END-of-whowatch/pkg/DESCR echo c - whowatch/files mkdir -p whowatch/files > /dev/null 2>&1 echo x - whowatch/files/md5 sed 's/^X//' >whowatch/files/md5 << 'END-of-whowatch/files/md5' XMD5 (whowatch-1.4.tar.gz) = 0870155e8b75b99f9954e76fb20f9528 END-of-whowatch/files/md5 echo x - whowatch/Makefile sed 's/^X//' >whowatch/Makefile << 'END-of-whowatch/Makefile' X# New ports collection makefile for: whowatch X# Date created: 12 June 2000 X# Whom: Daniel Harris <dannyboy@subdimension.com> X# X# $FreeBSD$ X# X XPORTNAME= whowatch XPORTVERSION= 1.4 XCATEGORIES= sysutils XMASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ X XMAINTAINER= dannyboy@subdimension.com X XMAN1= whowatch.1 XMANCOMPRESSED= no XGNU_CONFIGURE= yes X Xpost-install: X strip ${PREFIX}/bin/whowatch X X.include <bsd.port.mk> END-of-whowatch/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006130028.UAA11295>