]> granicus.if.org Git - fcron/commitdiff
rcs id delete from message print by -V option
authorthib <thib>
Wed, 17 May 2000 19:19:36 +0000 (19:19 +0000)
committerthib <thib>
Wed, 17 May 2000 19:19:36 +0000 (19:19 +0000)
fcron.c
fcrontab.c

diff --git a/fcron.c b/fcron.c
index 0c2263a5f98ce06187b2edcc3d1cdb35615454f9..c274551892f15eb9e8beb1f247138395aebac981 100644 (file)
--- a/fcron.c
+++ b/fcron.c
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: fcron.c,v 1.3 2000-05-16 19:53:38 thib Exp $ */
+ /* $Id: fcron.c,v 1.4 2000-05-17 19:19:36 thib Exp $ */
 
 #include "fcron.h"
 
-char rcs_info[] = "$Id: fcron.c,v 1.3 2000-05-16 19:53:38 thib Exp $";
+char rcs_info[] = "$Id: fcron.c,v 1.4 2000-05-17 19:19:36 thib Exp $";
 
 void main_loop(void);
 void info(void);
@@ -57,7 +57,6 @@ info(void)
      * version, license */
 {
     fprintf(stderr,
-           "$Id: fcron.c,v 1.3 2000-05-16 19:53:38 thib Exp $\n"
            "fcron " VERSION " - periodic command scheduler\n"
            "Copyright 2000 Thibault Godouet <sphawk@free.fr>\n"
            "This program is free software distributed\n"
index b3da212ca462901f3c6da96c93cdb30792a5c483..003ccda712ee8017de71fe08d17ab1507b3f6f85 100644 (file)
@@ -22,7 +22,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: fcrontab.c,v 1.2 2000-05-15 18:28:41 thib Exp $ */
+ /* $Id: fcrontab.c,v 1.3 2000-05-17 19:20:36 thib Exp $ */
 
 /* 
  * The goal of this program is simple : giving a user interface to fcron
@@ -42,7 +42,7 @@
 
 #include "fcrontab.h"
 
-char rcs_info[] = "$Id: fcrontab.c,v 1.2 2000-05-15 18:28:41 thib Exp $";
+char rcs_info[] = "$Id: fcrontab.c,v 1.3 2000-05-17 19:20:36 thib Exp $";
 
 void info(void);
 void usage(void);
@@ -79,7 +79,6 @@ info(void)
      * version, license */
 {
     fprintf(stderr,
-           "$Id: fcrontab.c,v 1.2 2000-05-15 18:28:41 thib Exp $\n"
            "fcrontab " VERSION " - user interface to daemon fcron\n"
            "Copyright 2000 Thibault Godouet <sphawk@free.fr>\n"
            "This program is free software distributed\n"