Skip to content

Commit

Permalink
An on-demand rwho and friends.
Browse files Browse the repository at this point in the history
  • Loading branch information
suominen committed Jul 11, 1999
1 parent 70ac9c6 commit cfd2b8d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
14 changes: 14 additions & 0 deletions net/ywho/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.1.1.1 1999/07/11 22:34:46 kim Exp $
#

DISTNAME= ywho-1.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/

MAINTAINER= [email protected]

NO_CONFIGURE= yes
ALL_TARGET= all DEST=${PREFIX}
INSTALL_TARGET= install install.man DEST=${PREFIX}

.include "../../mk/bsd.pkg.mk"
3 changes: 3 additions & 0 deletions net/ywho/files/md5
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1.1.1 1999/07/11 22:34:46 kim Exp $

MD5 (ywho-1.1.tar.gz) = 702bce6ce98319447a2d0fee72868e97
1 change: 1 addition & 0 deletions net/ywho/pkg/COMMENT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
who, users, uptime on clients in a sun-RPC network
4 changes: 4 additions & 0 deletions net/ywho/pkg/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ywho is another version of rwho, but it is faster than rwho
and requires no /usr/spool/rwho/rwhod.*. Note that rwho
wastes system resources, but ywho doesn't. It utilizes SUN
RPC and XDR protocol.
7 changes: 7 additions & 0 deletions net/ywho/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/11 22:34:46 kim Exp $
bin/yuptime
bin/yusers
bin/ywho
man/man1/yuptime.1
man/man1/yusers.1
man/man1/ywho.1

0 comments on commit cfd2b8d

Please sign in to comment.