diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-26 00:45:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-26 00:45:58 +0000 |
commit | 4649e5e76162ebe1256e93e58bc5b9d85f8c09a5 (patch) | |
tree | 2c56dc85b10540a2c7d6b7f47ce8dddb530c4d9a /usr.sbin | |
parent | 1b26a4acfbe62cb4f9a876e205016f32f48b63aa (diff) |
clean; netbsd
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rwhod/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/rwhod/rwhod.8 | 10 | ||||
-rw-r--r-- | usr.sbin/rwhod/rwhod.c | 2 |
3 files changed, 3 insertions, 13 deletions
diff --git a/usr.sbin/rwhod/Makefile b/usr.sbin/rwhod/Makefile index 05aae9ba651..4beedceb94b 100644 --- a/usr.sbin/rwhod/Makefile +++ b/usr.sbin/rwhod/Makefile @@ -1,9 +1,7 @@ # from: @(#)Makefile 5.3 (Berkeley) 5/11/90 -# $Id: Makefile,v 1.1 1995/10/18 08:48:07 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 1997/03/26 00:45:56 deraadt Exp $ PROG= rwhod MAN= rwhod.8 -DPADD= ${LIBKVM} -LDADD= -lkvm .include <bsd.prog.mk> diff --git a/usr.sbin/rwhod/rwhod.8 b/usr.sbin/rwhod/rwhod.8 index d9ad22cb166..b6ef3778453 100644 --- a/usr.sbin/rwhod/rwhod.8 +++ b/usr.sbin/rwhod/rwhod.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rwhod.8 8.2 (Berkeley) 12/11/93 -.\" $Id: rwhod.8,v 1.3 1997/03/26 00:39:34 deraadt Exp $ +.\" $OpenBSD: rwhod.8,v 1.4 1997/03/26 00:45:56 deraadt Exp $ .\" .Dd December 11, 1993 .Dt RWHOD 8 @@ -123,14 +123,6 @@ format described above. .Pp Status messages are generated approximately once every 3 minutes. -.Nm Rwhod -performs an -.Xr nlist 3 -on -.Pa /bsd -every 30 minutes to guard against -the possibility that this file is not the system -image currently operating. .Sh SEE ALSO .Xr rwho 1 , .Xr ruptime 1 diff --git a/usr.sbin/rwhod/rwhod.c b/usr.sbin/rwhod/rwhod.c index bbc3add8796..44e3e2e21e3 100644 --- a/usr.sbin/rwhod/rwhod.c +++ b/usr.sbin/rwhod/rwhod.c @@ -39,7 +39,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "@(#)rwhod.c 8.1 (Berkeley) 6/6/93";*/ -static char rcsid[] = "$Id: rwhod.c,v 1.6 1997/01/17 07:14:28 millert Exp $"; +static char rcsid[] = "$OpenBSD: rwhod.c,v 1.7 1997/03/26 00:45:57 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> |