From: deraadt Date: Wed, 26 Mar 1997 00:45:56 +0000 (+0000) Subject: clean; netbsd X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2e2659128edccdceeb4a5005e3a75d13efa3aa5d;p=openbsd clean; netbsd --- diff --git a/usr.sbin/rwhod/Makefile b/usr.sbin/rwhod/Makefile index 8f1610796f0..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.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 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