From: thib Date: Thu, 25 Dec 2003 22:50:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver2_9_4~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21294989e0d2e68914402f1bf0ed8d80d3cb24fd;p=fcron *** empty log message *** --- diff --git a/allow.c b/allow.c index 4ddcc78..20ab4c1 100644 --- a/allow.c +++ b/allow.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 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.12 2001-12-23 22:05:25 thib Exp $ */ + /* $Id: allow.c,v 1.13 2003-12-25 22:52:55 thib Exp $ */ #include "fcrontab.h" diff --git a/allow.h b/allow.h index 39c1e31..2f7f00a 100644 --- a/allow.h +++ b/allow.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 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.3 2001-12-23 22:05:30 thib Exp $ */ + /* $Id: allow.h,v 1.4 2003-12-25 22:52:59 thib Exp $ */ #ifndef __ALLOW_H__ #define __ALLOW_H__ diff --git a/convert-fcrontab.c b/convert-fcrontab.c index 1dd285c..8feacb3 100644 --- a/convert-fcrontab.c +++ b/convert-fcrontab.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 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,12 +22,12 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: convert-fcrontab.c,v 1.17 2003-09-12 20:55:27 thib Exp $ */ + /* $Id: convert-fcrontab.c,v 1.18 2003-12-25 22:51:55 thib Exp $ */ #include "convert-fcrontab.h" #include "global.h" -char rcs_info[] = "$Id: convert-fcrontab.c,v 1.17 2003-09-12 20:55:27 thib Exp $"; +char rcs_info[] = "$Id: convert-fcrontab.c,v 1.18 2003-12-25 22:51:55 thib Exp $"; void info(void); void usage(void); @@ -51,7 +51,7 @@ info(void) { fprintf(stderr, "convert-fcrontab "VERSION_QUOTED "\n" - "Copyright 2000-2002 Thibault Godouet \n" + "Copyright 2000-2004 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/convert-fcrontab.h b/convert-fcrontab.h index b211c9c..ed80dd0 100644 --- a/convert-fcrontab.h +++ b/convert-fcrontab.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 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: convert-fcrontab.h,v 1.1 2003-09-12 20:55:34 thib Exp $ */ + /* $Id: convert-fcrontab.h,v 1.2 2003-12-25 22:52:00 thib Exp $ */ #ifndef __CONVERT_FCRONTAB_H__ #define __CONVERT_FCRONTAB_H__ diff --git a/database.c b/database.c index adca7e5..e13515f 100644 --- a/database.c +++ b/database.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 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.c,v 1.69 2003-09-12 20:55:18 thib Exp $ */ + /* $Id: database.c,v 1.70 2003-12-25 22:50:27 thib Exp $ */ #include "fcron.h" diff --git a/database.h b/database.h index 043c2b6..0c3080b 100644 --- a/database.h +++ b/database.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 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.5 2002-10-06 17:10:30 thib Exp $ */ + /* $Id: database.h,v 1.6 2003-12-25 22:50:33 thib Exp $ */ #ifndef __DATABASE_H__ #define __DATABASE_H__ diff --git a/doc/en/faq.sgml b/doc/en/faq.sgml index 06e3e95..43aef9a 100644 --- a/doc/en/faq.sgml +++ b/doc/en/faq.sgml @@ -1,6 +1,6 @@ - + Frequently Asked Questions diff --git a/doc/en/fcron-doc.sgml b/doc/en/fcron-doc.sgml index 1afcf1c..a2170e5 100644 --- a/doc/en/fcron-doc.sgml +++ b/doc/en/fcron-doc.sgml @@ -7,7 +7,7 @@ - + diff --git a/doc/en/fcron.8.sgml b/doc/en/fcron.8.sgml index d0d1e6d..e0ae7c7 100644 --- a/doc/en/fcron.8.sgml +++ b/doc/en/fcron.8.sgml @@ -1,6 +1,6 @@ - + diff --git a/doc/en/fcron.conf.5.sgml b/doc/en/fcron.conf.5.sgml index c447d35..ef695ca 100644 --- a/doc/en/fcron.conf.5.sgml +++ b/doc/en/fcron.conf.5.sgml @@ -1,6 +1,6 @@ - + diff --git a/doc/en/fcrondyn.1.sgml b/doc/en/fcrondyn.1.sgml index 21050e2..5632911 100644 --- a/doc/en/fcrondyn.1.sgml +++ b/doc/en/fcrondyn.1.sgml @@ -1,6 +1,6 @@ - + diff --git a/doc/en/fcrontab.1.sgml b/doc/en/fcrontab.1.sgml index be9a7f6..a819f03 100644 --- a/doc/en/fcrontab.1.sgml +++ b/doc/en/fcrontab.1.sgml @@ -1,6 +1,6 @@ - + diff --git a/doc/en/fcrontab.5.sgml b/doc/en/fcrontab.5.sgml index a992bce..beea152 100644 --- a/doc/en/fcrontab.5.sgml +++ b/doc/en/fcrontab.5.sgml @@ -1,6 +1,6 @@ - + diff --git a/doc/en/install.sgml b/doc/en/install.sgml index e1d8ae5..a8df639 100644 --- a/doc/en/install.sgml +++ b/doc/en/install.sgml @@ -1,6 +1,6 @@ - + How to install fcron diff --git a/doc/en/manpage-foot.sgml b/doc/en/manpage-foot.sgml index b7b26d2..31bb9f4 100644 --- a/doc/en/manpage-foot.sgml +++ b/doc/en/manpage-foot.sgml @@ -1,6 +1,6 @@ - + See also diff --git a/doc/en/readme.sgml b/doc/en/readme.sgml index 9bce34e..630e3a1 100644 --- a/doc/en/readme.sgml +++ b/doc/en/readme.sgml @@ -1,6 +1,6 @@ - + About fcron diff --git a/doc/en/thanks.sgml b/doc/en/thanks.sgml index 3bc30ad..0651aa9 100644 --- a/doc/en/thanks.sgml +++ b/doc/en/thanks.sgml @@ -1,6 +1,6 @@ - + Thanks diff --git a/dyncom.h b/dyncom.h index fadd83a..4495c58 100644 --- a/dyncom.h +++ b/dyncom.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 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: dyncom.h,v 1.4 2002-08-30 20:05:58 thib Exp $ */ + /* $Id: dyncom.h,v 1.5 2003-12-25 22:50:22 thib Exp $ */ /* This file describe the communication protocol between fcron and fcrondyn */ diff --git a/getloadavg.c b/getloadavg.c index 4f6ca57..ce26861 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-2002 Thibault Godouet + * Copyright 2000-2004 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 2cae285..afb89e5 100644 --- a/getloadavg.h +++ b/getloadavg.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 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.3 2001-12-23 22:06:21 thib Exp $ */ + /* $Id: getloadavg.h,v 1.4 2003-12-25 22:53:08 thib Exp $ */ #ifndef __GETLOADAVG_H__ #define __GETLOADAVG_H__ diff --git a/option.h b/option.h index 7f6c63b..bcfde9f 100644 --- a/option.h +++ b/option.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 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.22 2002-10-28 17:56:43 thib Exp $ */ + /* $Id: option.h,v 1.23 2003-12-25 22:53:10 thib Exp $ */ /* This has been inspired from bitstring(3) : here is the original copyright : */ diff --git a/save.c b/save.c index 1cee144..dd67b40 100644 --- a/save.c +++ b/save.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 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: save.c,v 1.6 2003-07-14 10:53:34 thib Exp $ */ + /* $Id: save.c,v 1.7 2003-12-25 22:52:03 thib Exp $ */ #include "global.h" #include "save.h" diff --git a/save.h b/save.h index 31cc492..d5d03fb 100644 --- a/save.h +++ b/save.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 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.9 2002-11-17 13:14:02 thib Exp $ */ + /* $Id: save.h,v 1.10 2003-12-25 22:52:07 thib Exp $ */ #ifndef __SAVE_H__ #define __SAVE_H__ diff --git a/socket.c b/socket.c index 7874386..6821f07 100644 --- a/socket.c +++ b/socket.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 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: socket.c,v 1.12 2003-09-12 21:35:26 thib Exp $ */ + /* $Id: socket.c,v 1.13 2003-12-25 22:53:15 thib Exp $ */ /* This file contains all fcron's code (server) to handle communication with fcrondyn */ diff --git a/socket.h b/socket.h index 2ec8b05..b262964 100644 --- a/socket.h +++ b/socket.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 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: socket.h,v 1.3 2002-10-28 17:57:17 thib Exp $ */ + /* $Id: socket.h,v 1.4 2003-12-25 22:57:33 thib Exp $ */ /* This file describe the communication protocol between fcron and fcrondyn */ diff --git a/subs.c b/subs.c index 027df4f..9b33304 100644 --- a/subs.c +++ b/subs.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 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: subs.c,v 1.19 2002-08-29 17:34:41 thib Exp $ */ + /* $Id: subs.c,v 1.20 2003-12-25 22:52:48 thib Exp $ */ #include "global.h" #include "subs.h" diff --git a/subs.h b/subs.h index 934c049..d3c3d76 100644 --- a/subs.h +++ b/subs.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 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.6 2002-03-02 17:29:31 thib Exp $ */ + /* $Id: subs.h,v 1.7 2003-12-25 22:52:53 thib Exp $ */ #ifndef __SUBS_H__ #define __SUBS_H__ diff --git a/temp_file.c b/temp_file.c index 5ce5ac4..072d640 100644 --- a/temp_file.c +++ b/temp_file.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 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: temp_file.c,v 1.2 2002-07-19 19:40:10 thib Exp $ */ + /* $Id: temp_file.c,v 1.3 2003-12-25 22:51:47 thib Exp $ */ #include "global.h" #include "temp_file.h" diff --git a/temp_file.h b/temp_file.h index 325c0f3..71d197b 100644 --- a/temp_file.h +++ b/temp_file.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2002 Thibault Godouet + * Copyright 2000-2004 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: temp_file.h,v 1.1 2002-02-25 18:44:54 thib Exp $ */ + /* $Id: temp_file.h,v 1.2 2003-12-25 22:51:53 thib Exp $ */ #ifndef __TEMP_FILE_H__ #define __TEMP_FILE_H__