From: thib Date: Wed, 17 May 2000 19:19:36 +0000 (+0000) Subject: rcs id delete from message print by -V option X-Git-Tag: ver1564~650 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=245a294fd4828fc2ff6ed0ac0c05f7a713401dfc;p=fcron rcs id delete from message print by -V option --- diff --git a/fcron.c b/fcron.c index 0c2263a..c274551 100644 --- a/fcron.c +++ b/fcron.c @@ -21,11 +21,11 @@ * `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 \n" "This program is free software distributed\n" diff --git a/fcrontab.c b/fcrontab.c index b3da212..003ccda 100644 --- a/fcrontab.c +++ b/fcrontab.c @@ -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 \n" "This program is free software distributed\n"