[Midnightbsd-cvs] CVS Commit: cron/crontab: $MidnightBSD$

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 18 02:53:01 EDT 2007


Log Message:
-----------
$MidnightBSD$

Modified Files:
--------------
    src/usr.sbin/cron/crontab:
        Makefile (r1.1.1.1 -> r1.2)
        crontab.1 (r1.1.1.1 -> r1.2)
        crontab.5 (r1.1.1.1 -> r1.2)
        crontab.c (r1.2 -> r1.3)

-------------- next part --------------
Index: crontab.1
===================================================================
RCS file: /home/cvs/src/usr.sbin/cron/crontab/crontab.1,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Lusr.sbin/cron/crontab/crontab.1 -Lusr.sbin/cron/crontab/crontab.1 -u -r1.1.1.1 -r1.2
--- usr.sbin/cron/crontab/crontab.1
+++ usr.sbin/cron/crontab/crontab.1
@@ -15,6 +15,7 @@
 .\" * Paul Vixie          <paul at vix.com>          uunet!decwrl!vixie!paul
 .\" */
 .\"
+.\" $MidnightBSD$
 .\" $FreeBSD: src/usr.sbin/cron/crontab/crontab.1,v 1.15 2005/01/18 20:02:33 ru Exp $
 .\"
 .Dd December 29, 1993
Index: crontab.5
===================================================================
RCS file: /home/cvs/src/usr.sbin/cron/crontab/crontab.5,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Lusr.sbin/cron/crontab/crontab.5 -Lusr.sbin/cron/crontab/crontab.5 -u -r1.1.1.1 -r1.2
--- usr.sbin/cron/crontab/crontab.5
+++ usr.sbin/cron/crontab/crontab.5
@@ -15,6 +15,7 @@
 .\" * Paul Vixie          <paul at vix.com>          uunet!decwrl!vixie!paul
 .\" */
 .\"
+.\" $MidnightBSD$
 .\" $FreeBSD: src/usr.sbin/cron/crontab/crontab.5,v 1.27.2.1 2005/08/04 19:58:48 brueffer Exp $
 .\"
 .Dd July 31, 2005
Index: Makefile
===================================================================
RCS file: /home/cvs/src/usr.sbin/cron/crontab/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Lusr.sbin/cron/crontab/Makefile -Lusr.sbin/cron/crontab/Makefile -u -r1.1.1.1 -r1.2
--- usr.sbin/cron/crontab/Makefile
+++ usr.sbin/cron/crontab/Makefile
@@ -1,3 +1,4 @@
+# $MidnightBSD$
 # $FreeBSD: src/usr.sbin/cron/crontab/Makefile,v 1.14 2004/11/03 18:01:21 ru Exp $
 
 BINDIR=	/usr/bin
Index: crontab.c
===================================================================
RCS file: /home/cvs/src/usr.sbin/cron/crontab/crontab.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lusr.sbin/cron/crontab/crontab.c -Lusr.sbin/cron/crontab/crontab.c -u -r1.2 -r1.3
--- usr.sbin/cron/crontab/crontab.c
+++ usr.sbin/cron/crontab/crontab.c
@@ -14,11 +14,12 @@
  * I'll try to keep a version up to date.  I can be reached as follows:
  * Paul Vixie          <paul at vix.com>          uunet!decwrl!vixie!paul
  * From Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp
+ * $FreeBSD: src/usr.sbin/cron/crontab/crontab.c,v 1.22 2004/09/14 19:01:19 dds Exp $
  */
 
 #if !defined(lint) && !defined(LINT)
 static const char rcsid[] =
-  "$FreeBSD: src/usr.sbin/cron/crontab/crontab.c,v 1.22 2004/09/14 19:01:19 dds Exp $";
+  "$MidnightBSD$";
 #endif
 
 /* crontab - install and manage per-user crontab files


More information about the Midnightbsd-cvs mailing list