diff options
Diffstat (limited to 'usr.sbin/cron/crontab')
-rw-r--r-- | usr.sbin/cron/crontab/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/cron/crontab/crontab.1 | 2 | ||||
-rw-r--r-- | usr.sbin/cron/crontab/crontab.5 | 2 | ||||
-rw-r--r-- | usr.sbin/cron/crontab/crontab.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/cron/crontab/Makefile b/usr.sbin/cron/crontab/Makefile index 99b671243a4c9..57e00af9cacbe 100644 --- a/usr.sbin/cron/crontab/Makefile +++ b/usr.sbin/cron/crontab/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.9 1998/03/07 09:47:49 bde Exp $ PROG= crontab CFLAGS+=-I${.CURDIR}/../cron diff --git a/usr.sbin/cron/crontab/crontab.1 b/usr.sbin/cron/crontab/crontab.1 index 0a12ace4d2639..4c83e4ef05023 100644 --- a/usr.sbin/cron/crontab/crontab.1 +++ b/usr.sbin/cron/crontab/crontab.1 @@ -15,7 +15,7 @@ .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul .\" */ .\" -.\" $Id: crontab.1,v 1.4 1997/09/15 06:39:13 charnier Exp $ +.\" $Id: crontab.1,v 1.5 1998/03/23 08:21:29 charnier Exp $ .\" .Dd December 29, 1993 .Dt CRONTAB 1 diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5 index bd8625e9365ec..e4576aa65005c 100644 --- a/usr.sbin/cron/crontab/crontab.5 +++ b/usr.sbin/cron/crontab/crontab.5 @@ -15,7 +15,7 @@ .\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul .\" */ .\" -.\" $Id: crontab.5,v 1.7 1997/11/02 17:22:10 ache Exp $ +.\" $Id: crontab.5,v 1.8 1998/03/23 08:21:36 charnier Exp $ .\" .Dd January 24, 1994 .Dt CRONTAB 5 diff --git a/usr.sbin/cron/crontab/crontab.c b/usr.sbin/cron/crontab/crontab.c index 89a2d75366e79..ccbbf346832d7 100644 --- a/usr.sbin/cron/crontab/crontab.c +++ b/usr.sbin/cron/crontab/crontab.c @@ -18,7 +18,7 @@ #if !defined(lint) && !defined(LINT) static const char rcsid[] = - "$Id: crontab.c,v 1.10 1997/03/31 05:09:58 imp Exp $"; + "$Id: crontab.c,v 1.11 1997/09/15 06:39:15 charnier Exp $"; #endif /* crontab - install and manage per-user crontab files |