-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
who, users, uptime on clients in a sun-RPC network |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |