From: Thibault Godouet Date: Sun, 23 Dec 2001 22:03:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver2_9_4~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd3e852a7afc143857999e3a8cca02f35d8108e7;p=thirdparty%2Ffcron.git *** empty log message *** --- diff --git a/allow.c b/allow.c index fd9c2dd..4ddcc78 100644 --- a/allow.c +++ b/allow.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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 a3986f1..39c1e31 100644 --- a/allow.h +++ b/allow.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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 d75f115..4edcd13 100644 --- a/conf.h +++ b/conf.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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__ diff --git a/convert-fcrontab.c b/convert-fcrontab.c index 3b3ec1e..06b1e47 100644 --- a/convert-fcrontab.c +++ b/convert-fcrontab.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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 \n" + "Copyright 2000-2002 Thibault Godouet \n" "This program is free software distributed WITHOUT ANY WARRANTY.\n" "See the GNU General Public License for more details.\n" ); diff --git a/database.c b/database.c index 7c16c3d..b0b6e7b 100644 --- a/database.c +++ b/database.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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" diff --git a/database.h b/database.h index 3ccd849..4d780d5 100644 --- a/database.h +++ b/database.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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 e3122e0..9d67cb7 100644 --- a/fcron.h +++ b/fcron.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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__ diff --git a/fcrontab.h b/fcrontab.h index d789ad5..62d138b 100644 --- a/fcrontab.h +++ b/fcrontab.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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__ diff --git a/fileconf.h b/fileconf.h index 2277a84..81b14dd 100644 --- a/fileconf.h +++ b/fileconf.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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__ diff --git a/getloadavg.c b/getloadavg.c index 3b6b568..f0815d7 100644 --- a/getloadavg.c +++ b/getloadavg.c @@ -1,7 +1,7 @@ /* * gloadavg.c - get load average for Linux * Copyright (C) 1993 Thomas Koenig - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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 diff --git a/getloadavg.h b/getloadavg.h index b45b88c..2cae285 100644 --- a/getloadavg.h +++ b/getloadavg.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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__ diff --git a/global.h b/global.h index c79b5de..6f30f4e 100644 --- a/global.h +++ b/global.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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 c31e746..718e4fb 100644 --- a/job.c +++ b/job.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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 e997c8b..eafc467 100644 --- a/job.h +++ b/job.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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 8fc1cfd..2c5ed12 100644 --- a/log.c +++ b/log.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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 */ diff --git a/log.h b/log.h index 9109249..1b763bd 100644 --- a/log.h +++ b/log.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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__ diff --git a/option.h b/option.h index 059f432..3703639 100644 --- a/option.h +++ b/option.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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 13de880..c1a971f 100644 --- a/pam.h +++ b/pam.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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 07c2d90..222f55c 100644 --- a/save.h +++ b/save.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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 f31e7c7..77b8fda 100644 --- a/subs.h +++ b/subs.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2001 Thibault Godouet + * Copyright 2000-2002 Thibault Godouet * * 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__