From: thib Date: Sat, 14 Apr 2007 18:04:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver3_0_3-rc1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ff7a7a36422d91fe2ebb79c83ac2bbb40031c58;p=fcron *** empty log message *** --- diff --git a/allow.c b/allow.c index 309ed45..090d71c 100644 --- a/allow.c +++ b/allow.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.16 2006-05-20 16:32:28 thib Exp $ */ + /* $Id: allow.c,v 1.17 2007-04-14 18:04:24 thib Exp $ */ #include "fcrontab.h" diff --git a/allow.h b/allow.h index 8a82ba3..a715ff0 100644 --- a/allow.h +++ b/allow.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.5 2006-01-11 00:58:09 thib Exp $ */ + /* $Id: allow.h,v 1.6 2007-04-14 18:04:24 thib Exp $ */ #ifndef __ALLOW_H__ #define __ALLOW_H__ diff --git a/conf.c b/conf.c index 12dd4d8..705491a 100644 --- a/conf.c +++ b/conf.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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: conf.c,v 1.71 2006-05-20 16:27:32 thib Exp $ */ + /* $Id: conf.c,v 1.72 2007-04-14 18:04:16 thib Exp $ */ #include "fcron.h" diff --git a/conf.h b/conf.h index 8d6d0bc..dd8ae70 100644 --- a/conf.h +++ b/conf.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.7 2006-01-11 00:53:37 thib Exp $ */ + /* $Id: conf.h,v 1.8 2007-04-14 18:04:17 thib Exp $ */ #ifndef __CONF_H__ #define __CONF_H__ diff --git a/config.h.in b/config.h.in index 83e9088..ac3e121 100644 --- a/config.h.in +++ b/config.h.in @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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: config.h.in,v 1.61 2007-04-14 17:02:34 thib Exp $ */ + /* $Id: config.h.in,v 1.62 2007-04-14 18:04:19 thib Exp $ */ /* *********************************************************** */ diff --git a/convert-fcrontab.c b/convert-fcrontab.c index 9591db7..cc89615 100644 --- a/convert-fcrontab.c +++ b/convert-fcrontab.c @@ -2,7 +2,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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,11 +22,11 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: convert-fcrontab.c,v 1.22 2007-04-14 17:03:00 thib Exp $ */ + /* $Id: convert-fcrontab.c,v 1.23 2007-04-14 18:04:21 thib Exp $ */ #include "convert-fcrontab.h" -char rcs_info[] = "$Id: convert-fcrontab.c,v 1.22 2007-04-14 17:03:00 thib Exp $"; +char rcs_info[] = "$Id: convert-fcrontab.c,v 1.23 2007-04-14 18:04:21 thib Exp $"; void info(void); void usage(void); diff --git a/convert-fcrontab.h b/convert-fcrontab.h index 4df34be..b0b4349 100644 --- a/convert-fcrontab.h +++ b/convert-fcrontab.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.4 2006-05-20 16:27:51 thib Exp $ */ + /* $Id: convert-fcrontab.h,v 1.5 2007-04-14 18:04:21 thib Exp $ */ #ifndef __CONVERT_FCRONTAB_H__ #define __CONVERT_FCRONTAB_H__ diff --git a/database.c b/database.c index 5d5c280..f044d67 100644 --- a/database.c +++ b/database.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.78 2006-01-11 00:53:42 thib Exp $ */ + /* $Id: database.c,v 1.79 2007-04-14 18:04:18 thib Exp $ */ #include "fcron.h" diff --git a/database.h b/database.h index 77b2fcf..e8f15fe 100644 --- a/database.h +++ b/database.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.9 2006-01-11 00:53:48 thib Exp $ */ + /* $Id: database.h,v 1.10 2007-04-14 18:04:18 thib Exp $ */ #ifndef __DATABASE_H__ #define __DATABASE_H__ diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index dd36b3f..ea16307 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -1,6 +1,6 @@ - + Changes diff --git a/doc/en/faq.sgml b/doc/en/faq.sgml index 23d5a63..fc2b8bb 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 4575344..b55e8fc 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 ceb5253..4f55372 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 d97cbe4..cc1afdc 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 a253d5e..0cd914a 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 3fe03d1..bb00ea8 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 885ee82..9e4a018 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 58f524f..72e4ab0 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 ac08ae6..a1ad2f9 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 74dd421..95f6a49 100644 --- a/doc/en/readme.sgml +++ b/doc/en/readme.sgml @@ -1,6 +1,6 @@ - + About fcron diff --git a/doc/en/relnotes.sgml b/doc/en/relnotes.sgml index a65452f..b612725 100644 --- a/doc/en/relnotes.sgml +++ b/doc/en/relnotes.sgml @@ -1,6 +1,6 @@ - + Release notes: &fcron; &version; diff --git a/doc/en/thanks.sgml b/doc/en/thanks.sgml index 38861f9..4c81d5b 100644 --- a/doc/en/thanks.sgml +++ b/doc/en/thanks.sgml @@ -1,6 +1,6 @@ - + Thanks diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index 3f3fcc9..d2faf9c 100644 --- a/doc/en/todo.sgml +++ b/doc/en/todo.sgml @@ -1,6 +1,6 @@ - + Todo diff --git a/doc/fcron-doc.mod.in b/doc/fcron-doc.mod.in index 91c878d..949d543 100644 --- a/doc/fcron-doc.mod.in +++ b/doc/fcron-doc.mod.in @@ -5,7 +5,7 @@ - + &emailadr;"> diff --git a/dyncom.h b/dyncom.h index fc31e88..6cd4876 100644 --- a/dyncom.h +++ b/dyncom.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.6 2006-01-11 00:53:39 thib Exp $ */ + /* $Id: dyncom.h,v 1.7 2007-04-14 18:04:17 thib Exp $ */ /* This file describe the communication protocol between fcron and fcrondyn */ diff --git a/fcron.c b/fcron.c index 5325029..4209714 100644 --- a/fcron.c +++ b/fcron.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.c,v 1.79 2007-01-01 18:51:15 thib Exp $ */ + /* $Id: fcron.c,v 1.80 2007-04-14 18:04:14 thib Exp $ */ #include "fcron.h" @@ -33,7 +33,7 @@ #include "socket.h" #endif -char rcs_info[] = "$Id: fcron.c,v 1.79 2007-01-01 18:51:15 thib Exp $"; +char rcs_info[] = "$Id: fcron.c,v 1.80 2007-04-14 18:04:14 thib Exp $"; void main_loop(void); void check_signal(void); diff --git a/fcron.h b/fcron.h index 23326a5..763924e 100644 --- a/fcron.h +++ b/fcron.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.34 2006-05-20 16:27:20 thib Exp $ */ + /* $Id: fcron.h,v 1.35 2007-04-14 18:04:14 thib Exp $ */ #ifndef __FCRON_H__ #define __FCRON_H__ diff --git a/fcrondyn.c b/fcrondyn.c index 083a3e7..4bf0098 100644 --- a/fcrondyn.c +++ b/fcrondyn.c @@ -1,8 +1,7 @@ - /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcrondyn.c,v 1.18 2007-04-14 17:00:24 thib Exp $ */ + /* $Id: fcrondyn.c,v 1.19 2007-04-14 18:04:11 thib Exp $ */ /* fcrondyn : interact dynamically with running fcron process : * - list jobs, with their status, next time of execution, etc @@ -35,7 +34,7 @@ #include "allow.h" #include "read_string.h" -char rcs_info[] = "$Id: fcrondyn.c,v 1.18 2007-04-14 17:00:24 thib Exp $"; +char rcs_info[] = "$Id: fcrondyn.c,v 1.19 2007-04-14 18:04:11 thib Exp $"; void info(void); void usage(void); diff --git a/fcrondyn.h b/fcrondyn.h index 2966c08..8c7bb5a 100644 --- a/fcrondyn.h +++ b/fcrondyn.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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: fcrondyn.h,v 1.6 2006-05-20 16:26:34 thib Exp $ */ + /* $Id: fcrondyn.h,v 1.7 2007-04-14 18:04:11 thib Exp $ */ #ifndef __FCRONDYN_H__ #define __FCRONDYN_H__ diff --git a/fcronsighup.c b/fcronsighup.c index ea03361..ceda226 100644 --- a/fcronsighup.c +++ b/fcronsighup.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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,13 +21,13 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcronsighup.c,v 1.12 2007-04-14 16:59:02 thib Exp $ */ + /* $Id: fcronsighup.c,v 1.13 2007-04-14 18:04:05 thib Exp $ */ #include "fcronsighup.h" #include "global.h" #include "allow.h" -char rcs_info[] = "$Id: fcronsighup.c,v 1.12 2007-04-14 16:59:02 thib Exp $"; +char rcs_info[] = "$Id: fcronsighup.c,v 1.13 2007-04-14 18:04:05 thib Exp $"; void usage(void); void sig_daemon(void); diff --git a/fcronsighup.h b/fcronsighup.h index 2ae814b..f3c19d8 100644 --- a/fcronsighup.h +++ b/fcronsighup.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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: fcronsighup.h,v 1.4 2006-05-20 16:23:28 thib Exp $ */ + /* $Id: fcronsighup.h,v 1.5 2007-04-14 18:04:08 thib Exp $ */ #ifndef __FCRONSIGHUP_H__ #define __FCRONSIGHUP_H__ diff --git a/fcrontab.c b/fcrontab.c index 69460e7..8090e3f 100644 --- a/fcrontab.c +++ b/fcrontab.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.c,v 1.72 2007-01-23 22:46:21 thib Exp $ */ + /* $Id: fcrontab.c,v 1.73 2007-04-14 18:04:13 thib Exp $ */ /* * The goal of this program is simple : giving a user interface to fcron @@ -46,7 +46,7 @@ #include "temp_file.h" #include "read_string.h" -char rcs_info[] = "$Id: fcrontab.c,v 1.72 2007-01-23 22:46:21 thib Exp $"; +char rcs_info[] = "$Id: fcrontab.c,v 1.73 2007-04-14 18:04:13 thib Exp $"; void info(void); void usage(void); diff --git a/fcrontab.h b/fcrontab.h index 914bf15..af11ba6 100644 --- a/fcrontab.h +++ b/fcrontab.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.20 2006-05-20 16:26:58 thib Exp $ */ + /* $Id: fcrontab.h,v 1.21 2007-04-14 18:04:13 thib Exp $ */ #ifndef __FCRONTAB_H__ #define __FCRONTAB_H__ diff --git a/fileconf.c b/fileconf.c index 8aba056..8c0fd0f 100644 --- a/fileconf.c +++ b/fileconf.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.c,v 1.79 2007-04-14 17:01:56 thib Exp $ */ + /* $Id: fileconf.c,v 1.80 2007-04-14 18:04:15 thib Exp $ */ #include "fcrontab.h" diff --git a/fileconf.h b/fileconf.h index 99d8118..1506b4f 100644 --- a/fileconf.h +++ b/fileconf.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.6 2006-01-11 00:53:12 thib Exp $ */ + /* $Id: fileconf.h,v 1.7 2007-04-14 18:04:15 thib Exp $ */ #ifndef __FILECONF_H__ #define __FILECONF_H__ diff --git a/getloadavg.c b/getloadavg.c index b67d017..48ba00b 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-2006 Thibault Godouet + * Copyright 2000-2007 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 0773fb0..5f44c78 100644 --- a/getloadavg.h +++ b/getloadavg.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.5 2006-01-11 00:58:13 thib Exp $ */ + /* $Id: getloadavg.h,v 1.6 2007-04-14 18:04:25 thib Exp $ */ #ifndef __GETLOADAVG_H__ #define __GETLOADAVG_H__ diff --git a/global.h b/global.h index b9d00cc..1f3438f 100644 --- a/global.h +++ b/global.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.48 2007-04-14 17:02:20 thib Exp $ */ + /* $Id: global.h,v 1.49 2007-04-14 18:04:15 thib Exp $ */ /* diff --git a/job.c b/job.c index 793594b..c7fbe24 100644 --- a/job.c +++ b/job.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.c,v 1.69 2007-04-14 17:45:35 thib Exp $ */ + /* $Id: job.c,v 1.70 2007-04-14 18:04:08 thib Exp $ */ #include "fcron.h" diff --git a/job.h b/job.h index 634f901..5e112d4 100644 --- a/job.h +++ b/job.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.8 2006-01-11 00:47:15 thib Exp $ */ + /* $Id: job.h,v 1.9 2007-04-14 18:04:09 thib Exp $ */ #ifndef __JOB_H__ #define __JOB_H__ diff --git a/log.c b/log.c index ae67a7f..add2783 100644 --- a/log.c +++ b/log.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.c,v 1.17 2006-02-05 20:49:35 thib Exp $ */ + /* $Id: log.c,v 1.18 2007-04-14 18:04:09 thib Exp $ */ /* This code is inspired by Anacron's sources of Itai Tzur */ diff --git a/log.h b/log.h index 5a269d6..246cca2 100644 --- a/log.h +++ b/log.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.8 2006-01-11 00:48:18 thib Exp $ */ + /* $Id: log.h,v 1.9 2007-04-14 18:04:10 thib Exp $ */ #ifndef __LOG_H__ #define __LOG_H__ diff --git a/option.h b/option.h index e7ea552..3c017a7 100644 --- a/option.h +++ b/option.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.24 2006-01-11 00:58:14 thib Exp $ */ + /* $Id: option.h,v 1.25 2007-04-14 18:04:26 thib Exp $ */ /* This has been inspired from bitstring(3) : here is the original copyright : */ diff --git a/pam.h b/pam.h index 875931c..cbc70df 100644 --- a/pam.h +++ b/pam.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.4 2006-01-11 00:48:31 thib Exp $ */ + /* $Id: pam.h,v 1.5 2007-04-14 18:04:10 thib Exp $ */ #ifndef __PAM_H__ #define __PAM_H__ diff --git a/read_string.c b/read_string.c index d913e81..3960752 100644 --- a/read_string.c +++ b/read_string.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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: read_string.c,v 1.3 2006-01-11 00:49:29 thib Exp $ */ + /* $Id: read_string.c,v 1.4 2007-04-14 18:04:12 thib Exp $ */ /* read a string (password, etc ...) securely from a tty */ diff --git a/read_string.h b/read_string.h index 23cce50..d6f545b 100644 --- a/read_string.h +++ b/read_string.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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: read_string.h,v 1.3 2006-01-11 00:49:31 thib Exp $ */ + /* $Id: read_string.h,v 1.4 2007-04-14 18:04:12 thib Exp $ */ #ifndef __READ_STRING_H__ #define __READ_STRING_H__ diff --git a/save.c b/save.c index 3693639..837546a 100644 --- a/save.c +++ b/save.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.c,v 1.11 2006-01-11 00:54:27 thib Exp $ */ + /* $Id: save.c,v 1.12 2007-04-14 18:04:22 thib Exp $ */ #include "global.h" #include "save.h" diff --git a/save.h b/save.h index 3b491ad..fc70a52 100644 --- a/save.h +++ b/save.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.12 2006-01-11 00:54:34 thib Exp $ */ + /* $Id: save.h,v 1.13 2007-04-14 18:04:22 thib Exp $ */ #ifndef __SAVE_H__ #define __SAVE_H__ diff --git a/socket.c b/socket.c index f38ff65..389248d 100644 --- a/socket.c +++ b/socket.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.22 2007-04-14 17:03:25 thib Exp $ */ + /* $Id: socket.c,v 1.23 2007-04-14 18:04:26 thib Exp $ */ /* This file contains all fcron's code (server) to handle communication with fcrondyn */ diff --git a/socket.h b/socket.h index 4ef9002..cadafb4 100644 --- a/socket.h +++ b/socket.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.5 2006-01-11 00:58:31 thib Exp $ */ + /* $Id: socket.h,v 1.6 2007-04-14 18:04:27 thib Exp $ */ /* This file describe the communication protocol between fcron and fcrondyn */ diff --git a/subs.c b/subs.c index c7afea0..d7431b3 100644 --- a/subs.c +++ b/subs.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.c,v 1.26 2007-01-01 18:53:10 thib Exp $ */ + /* $Id: subs.c,v 1.27 2007-04-14 18:04:23 thib Exp $ */ #include "global.h" #include "subs.h" diff --git a/subs.h b/subs.h index 500c3d5..0c5c19e 100644 --- a/subs.h +++ b/subs.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.10 2006-05-20 16:31:31 thib Exp $ */ + /* $Id: subs.h,v 1.11 2007-04-14 18:04:23 thib Exp $ */ #ifndef __SUBS_H__ #define __SUBS_H__ diff --git a/temp_file.c b/temp_file.c index 65e2489..fdce4e3 100644 --- a/temp_file.c +++ b/temp_file.c @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.c,v 1.5 2006-01-11 00:54:06 thib Exp $ */ + /* $Id: temp_file.c,v 1.6 2007-04-14 18:04:19 thib Exp $ */ #include "global.h" #include "temp_file.h" diff --git a/temp_file.h b/temp_file.h index 4e6f0d1..5885436 100644 --- a/temp_file.h +++ b/temp_file.h @@ -1,7 +1,7 @@ /* * FCRON - periodic command scheduler * - * Copyright 2000-2006 Thibault Godouet + * Copyright 2000-2007 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.3 2006-01-11 00:54:08 thib Exp $ */ + /* $Id: temp_file.h,v 1.4 2007-04-14 18:04:20 thib Exp $ */ #ifndef __TEMP_FILE_H__ #define __TEMP_FILE_H__