PATCH TO FIX NETSTAT BUILDS AND ADD RWHO, RWHOD AND RUPTIME
authorKarl Lehenbauer <karl@NeoSoft.com>
Tue, 9 Mar 1993 00:00:00 +0000 (00:00 +0000)
committerKarl Lehenbauer <karl@NeoSoft.com>
Tue, 9 Mar 1993 00:00:00 +0000 (00:00 +0000)
commitb20eed403aeb570f606c469f2ab8d1a248ad4fd0
treec58bb84e595156184b10a7423406968f0bd5e865
parent394880ff90ae867235492ac4f45269cdb33d8d66
PATCH TO FIX NETSTAT BUILDS AND ADD RWHO, RWHOD AND RUPTIME

Karl Lehenbauer:
The rwho and ruptime commands and the rwho daemon (rwhod) were not
shipped with 386BSD 0.1.  These commands, if rwhod is enabled,
let you see uptime and who information for machines on your LAN.

It can cause a lot of overhead if there are a lot of machines on your
LAN.  A forthcoming multicast version will have much lower overhead.

This patch creates the necessary files to build these commands, along
with manpages of course.

All I did was grab them off of uunet, stick them in the right place, and
compile.  No changes were required.

Rodney W. Grimes:

To build,

1.  cd to /usr/src/usr.sbin/rwhod and do a "make obj", "make" and "make install"
2.  cd to /usr/src/usr.bin/rwho and do a "make obj", "make" and "make install"
3.  cd to /usr/src/usr.bin/ruptime and do a "make obj", "make" and "make install"
4.  set rwhod to YES in /etc/netstart.
5.  reboot

I added the fixes for the top level make files so that these get compiled on
complete builds.  Also added netstat to the top level makefile.

AUTHOR: Karl Lehenbauer (karl@NeoSoft.com)
AUTHOR: Rodney W. Grimes (rgrimes@agora.rain.com)
386BSD-Patchkit: patch00087
usr/src/usr.bin/Makefile
usr/src/usr.bin/ruptime/Makefile [new file with mode: 0644]
usr/src/usr.bin/ruptime/ruptime.1 [new file with mode: 0644]
usr/src/usr.bin/ruptime/ruptime.c [new file with mode: 0644]
usr/src/usr.bin/rwho/Makefile [new file with mode: 0644]
usr/src/usr.bin/rwho/rwho.1 [new file with mode: 0644]
usr/src/usr.bin/rwho/rwho.c [new file with mode: 0644]
usr/src/usr.sbin/Makefile
usr/src/usr.sbin/rwhod/Makefile [new file with mode: 0644]
usr/src/usr.sbin/rwhod/rwhod.8 [new file with mode: 0644]
usr/src/usr.sbin/rwhod/rwhod.c [new file with mode: 0644]