]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Sun, 23 Dec 2001 22:03:46 +0000 (22:03 +0000)
committerthib <thib>
Sun, 23 Dec 2001 22:03:46 +0000 (22:03 +0000)
20 files changed:
allow.c
allow.h
conf.h
convert-fcrontab.c
database.c
database.h
fcron.h
fcrontab.h
fileconf.h
getloadavg.c
getloadavg.h
global.h
job.c
job.h
log.c
log.h
option.h
pam.h
save.h
subs.h

diff --git a/allow.c b/allow.c
index fd9c2dde62097709f58468a507fa3bfad8d965c3..4ddcc78672f501de0bc57b507907a788756f3145 100644 (file)
--- a/allow.c
+++ b/allow.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: allow.c,v 1.11 2001-09-12 13:50:50 thib Exp $ */
+ /* $Id: allow.c,v 1.12 2001-12-23 22:05:25 thib Exp $ */
 
 #include "fcrontab.h"
 
diff --git a/allow.h b/allow.h
index a3986f1bca813bbf85653719b2b97555257fdc65..39c1e317ae8c0533a5007eeabc0b0448160409e2 100644 (file)
--- a/allow.h
+++ b/allow.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: allow.h,v 1.2 2001-05-15 00:51:55 thib Exp $ */
+ /* $Id: allow.h,v 1.3 2001-12-23 22:05:30 thib Exp $ */
 
 #ifndef __ALLOW_H__
 #define __ALLOW_H__
diff --git a/conf.h b/conf.h
index d75f115b1d10b136b105b3eafbf1f7a72db12271..4edcd1372d7d825e278792af305bca810778a7e3 100644 (file)
--- a/conf.h
+++ b/conf.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: conf.h,v 1.3 2001-09-12 13:46:04 thib Exp $ */
+ /* $Id: conf.h,v 1.4 2001-12-23 22:04:54 thib Exp $ */
 
 #ifndef __CONF_H__
 #define __CONF_H__
index 3b3ec1e5f3d739bc12df168368ec80055904bf95..06b1e47fe4d55e02e623c42845254296e1da4be0 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: convert-fcrontab.c,v 1.8 2001-09-12 13:50:38 thib Exp $ */
+ /* $Id: convert-fcrontab.c,v 1.9 2001-12-23 22:05:07 thib Exp $ */
 
 #include "global.h"
 
@@ -30,7 +30,7 @@
 #include "log.h"
 #include "subs.h"
 
-char rcs_info[] = "$Id: convert-fcrontab.c,v 1.8 2001-09-12 13:50:38 thib Exp $";
+char rcs_info[] = "$Id: convert-fcrontab.c,v 1.9 2001-12-23 22:05:07 thib Exp $";
 
 void info(void);
 void usage(void);
@@ -56,7 +56,7 @@ info(void)
 {
     fprintf(stderr,
            "convert-fcrontab "VERSION_QUOTED "\n"
-           "Copyright 2000-2001 Thibault Godouet <fcron@free.fr>\n"
+           "Copyright 2000-2002 Thibault Godouet <fcron@free.fr>\n"
            "This program is free software distributed WITHOUT ANY WARRANTY.\n"
             "See the GNU General Public License for more details.\n"
        );
index 7c16c3da49d849adb15adc605829874979aa195b..b0b6e7b3986d8c08771d0cf126490defce5a0fa7 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: database.c,v 1.58 2001-11-04 18:59:50 thib Exp $ */
+ /* $Id: database.c,v 1.59 2001-12-23 22:04:55 thib Exp $ */
 
 #include "fcron.h"
 
index 3ccd849f2fecf2b5ab63a21a55d17d442c0b04fc..4d780d53db11944ca2f5cbaaea9f234b8ad3c89c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: database.h,v 1.3 2001-09-12 13:49:02 thib Exp $ */
+ /* $Id: database.h,v 1.4 2001-12-23 22:05:01 thib Exp $ */
 
 #ifndef __DATABASE_H__
 #define __DATABASE_H__
diff --git a/fcron.h b/fcron.h
index e3122e040c6f5d8dca0578bef347d1df41861f99..9d67cb78526b73ac1a263e68b613877e2d94c65e 100644 (file)
--- a/fcron.h
+++ b/fcron.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: fcron.h,v 1.24 2001-09-12 13:44:58 thib Exp $ */
+ /* $Id: fcron.h,v 1.25 2001-12-23 22:04:41 thib Exp $ */
 
 #ifndef __FCRON_H__
 #define __FCRON_H__
index d789ad57695a578cd553f639824d74bb2a4080b2..62d138b41d6e83dfd7523b6a84c6970119856e7d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: fcrontab.h,v 1.12 2001-09-12 13:38:45 thib Exp $ */
+ /* $Id: fcrontab.h,v 1.13 2001-12-23 22:04:30 thib Exp $ */
 
 #ifndef __FCRONTAB_H__
 #define __FCRONTAB_H__
index 2277a843a916e292c3c14ea5821257f1fe7de093..81b14dd05386cc0d2953955b4d22dbef63472c3b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: fileconf.h,v 1.2 2001-05-15 00:45:45 thib Exp $ */
+ /* $Id: fileconf.h,v 1.3 2001-12-23 22:04:48 thib Exp $ */
 
 #ifndef __FILECONF_H__
 #define __FILECONF_H__
index 3b6b5682ff02c99bf7cb204e6897600e4d5cf8ae..f0815d7c395094440ab0c8e22019bfee355b35fb 100644 (file)
@@ -1,7 +1,7 @@
 /* 
  *  gloadavg.c - get load average for Linux
  *  Copyright (C) 1993  Thomas Koenig
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index b45b88c62ac2efd155e99080ef9d714cd21c851b..2cae285a468dccd589f7298d83eade375b17204f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: getloadavg.h,v 1.2 2001-06-05 10:19:45 thib Exp $ */
+ /* $Id: getloadavg.h,v 1.3 2001-12-23 22:06:21 thib Exp $ */
 
 #ifndef __GETLOADAVG_H__
 #define __GETLOADAVG_H__
index c79b5dee00b3dc546fb25e406b4db78592e71913..6f30f4e91ced11b6e61bcfba48210e0e1a03e7ad 100644 (file)
--- a/global.h
+++ b/global.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: global.h,v 1.33 2001-09-12 13:45:25 thib Exp $ */
+ /* $Id: global.h,v 1.34 2001-12-23 22:04:49 thib Exp $ */
 
 
 /* 
diff --git a/job.c b/job.c
index c31e74625c040d5ad5e3b90b80e0155609fefe1b..718e4fbbe320935daf73779ed7b75bd9e53732f5 100644 (file)
--- a/job.c
+++ b/job.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: job.c,v 1.47 2001-12-23 12:20:10 thib Exp $ */
+ /* $Id: job.c,v 1.48 2001-12-23 22:03:46 thib Exp $ */
 
 #include "fcron.h"
 
diff --git a/job.h b/job.h
index e997c8baf2efbf78ef9fe898cf29f20b50311aff..eafc4678213dc35e7e6dae4bdea02e4529138c0d 100644 (file)
--- a/job.h
+++ b/job.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: job.h,v 1.3 2001-09-12 13:36:48 thib Exp $ */
+ /* $Id: job.h,v 1.4 2001-12-23 22:03:55 thib Exp $ */
 
 #ifndef __JOB_H__
 #define __JOB_H__
diff --git a/log.c b/log.c
index 8fc1cfdf9cd72f8260e8015382de75c2d543d9f2..2c5ed12fd18c10e0cc458f9f8801407b44cdfdee 100644 (file)
--- a/log.c
+++ b/log.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: log.c,v 1.10 2001-10-29 13:21:02 thib Exp $ */
+ /* $Id: log.c,v 1.11 2001-12-23 22:03:58 thib Exp $ */
 
 /* This code is inspired by Anacron's sources of
    Itai Tzur <itzur@actcom.co.il> */
diff --git a/log.h b/log.h
index 91092499b097bedc10304a5fc237d60017713e90..1b763bddbb50a4226568836f02c3ed3dda3fb720 100644 (file)
--- a/log.h
+++ b/log.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: log.h,v 1.4 2001-10-29 13:21:16 thib Exp $ */
+ /* $Id: log.h,v 1.5 2001-12-23 22:04:03 thib Exp $ */
 
 #ifndef __LOG_H__
 #define __LOG_H__
index 059f4328366b4cf5287395b9eac88b2c4cb260b3..370363995b1dac749f386e0c9963657aed8fe640 100644 (file)
--- a/option.h
+++ b/option.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: option.h,v 1.18 2001-05-07 01:08:12 thib Exp $ */
+ /* $Id: option.h,v 1.19 2001-12-23 22:06:22 thib Exp $ */
 
 /* This has been inspired from bitstring(3) : here is the original copyright :
  */
diff --git a/pam.h b/pam.h
index 13de8802c40833e65a3c5d3f6960a98efd0c2ff4..c1a971ff030bb57e5f076cfab9934262b8390f41 100644 (file)
--- a/pam.h
+++ b/pam.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: pam.h,v 1.1 2001-09-12 13:37:40 thib Exp $ */
+ /* $Id: pam.h,v 1.2 2001-12-23 22:04:05 thib Exp $ */
 
 #ifndef __PAM_H__
 #define __PAM_H__
diff --git a/save.h b/save.h
index 07c2d906a9fcb879c53c84541ca249bb4593f30d..222f55c11c55b97acfdd8b4089e3a7638412055f 100644 (file)
--- a/save.h
+++ b/save.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: save.h,v 1.3 2001-08-20 11:01:18 thib Exp $ */
+ /* $Id: save.h,v 1.4 2001-12-23 22:05:19 thib Exp $ */
 
 
 /* here is the format fcron(tab) uses to save the fcrontabs :
diff --git a/subs.h b/subs.h
index f31e7c7c00d7515bafefec6bc33fc41723e994f7..77b8fdaa39d1a504196fd7e044c6a1e33e9fcdb3 100644 (file)
--- a/subs.h
+++ b/subs.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2001 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: subs.h,v 1.3 2001-06-22 21:10:27 thib Exp $ */
+ /* $Id: subs.h,v 1.4 2001-12-23 22:05:24 thib Exp $ */
 
 #ifndef __SUBS_H__
 #define __SUBS_H__