diff options
Diffstat (limited to 'usr.sbin/newsyslog')
-rw-r--r-- | usr.sbin/newsyslog/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/newsyslog/newsyslog.8 | 2 | ||||
-rw-r--r-- | usr.sbin/newsyslog/newsyslog.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/newsyslog/Makefile b/usr.sbin/newsyslog/Makefile index 5d83c091ec93d..912b1bc1b9748 100644 --- a/usr.sbin/newsyslog/Makefile +++ b/usr.sbin/newsyslog/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1997/02/22 16:08:24 peter Exp $ +# $Id: Makefile,v 1.5 1998/09/19 22:42:11 obrien Exp $ PROG= newsyslog diff --git a/usr.sbin/newsyslog/newsyslog.8 b/usr.sbin/newsyslog/newsyslog.8 index a13e176ca5128..474aa5b3288da 100644 --- a/usr.sbin/newsyslog/newsyslog.8 +++ b/usr.sbin/newsyslog/newsyslog.8 @@ -1,7 +1,7 @@ .\" This file contains changes from the Open Software Foundation. .\" .\" from: @(#)newsyslog.8 -.\" $Id: newsyslog.8,v 1.13 1998/05/10 19:04:05 hoek Exp $ +.\" $Id: newsyslog.8,v 1.14 1998/06/09 18:24:04 ache Exp $ .\" .\" Copyright 1988, 1989 by the Massachusetts Institute of Technology .\" diff --git a/usr.sbin/newsyslog/newsyslog.c b/usr.sbin/newsyslog/newsyslog.c index faae982740c42..c3167a123063d 100644 --- a/usr.sbin/newsyslog/newsyslog.c +++ b/usr.sbin/newsyslog/newsyslog.c @@ -27,7 +27,7 @@ provided "as is" without express or implied warranty. #ifndef lint static const char rcsid[] = - "$Id: newsyslog.c,v 1.20 1998/06/09 18:24:04 ache Exp $"; + "$Id: newsyslog.c,v 1.21 1998/12/23 12:03:33 peter Exp $"; #endif /* not lint */ #ifndef CONF |