]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Sat, 14 Apr 2007 18:04:05 +0000 (18:04 +0000)
committerthib <thib>
Sat, 14 Apr 2007 18:04:05 +0000 (18:04 +0000)
54 files changed:
allow.c
allow.h
conf.c
conf.h
config.h.in
convert-fcrontab.c
convert-fcrontab.h
database.c
database.h
doc/en/changes.sgml
doc/en/faq.sgml
doc/en/fcron-doc.sgml
doc/en/fcron.8.sgml
doc/en/fcron.conf.5.sgml
doc/en/fcrondyn.1.sgml
doc/en/fcrontab.1.sgml
doc/en/fcrontab.5.sgml
doc/en/install.sgml
doc/en/manpage-foot.sgml
doc/en/readme.sgml
doc/en/relnotes.sgml
doc/en/thanks.sgml
doc/en/todo.sgml
doc/fcron-doc.mod.in
dyncom.h
fcron.c
fcron.h
fcrondyn.c
fcrondyn.h
fcronsighup.c
fcronsighup.h
fcrontab.c
fcrontab.h
fileconf.c
fileconf.h
getloadavg.c
getloadavg.h
global.h
job.c
job.h
log.c
log.h
option.h
pam.h
read_string.c
read_string.h
save.c
save.h
socket.c
socket.h
subs.c
subs.h
temp_file.c
temp_file.h

diff --git a/allow.c b/allow.c
index 309ed45c4d1a2f70ebedfebd3bfc9b21186795d6..090d71c450f7a746f23e543025c9ab7438dc3053 100644 (file)
--- a/allow.c
+++ b/allow.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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 8a82ba347dcb63fed880f9841cb9b898d4ace780..a715ff0f25674b1cdbbd6c07e50420e440ebfabf 100644 (file)
--- a/allow.h
+++ b/allow.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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 12dd4d8fb39a375baaf25fb6dfa3505618c7775a..705491af173caa919e1e83188a839a80bc90a1d5 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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: 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 8d6d0bc835ea3fbcbde1d21943b35b90d506017a..dd8ae708259d5512378627a2db1051c552391e0f 100644 (file)
--- a/conf.h
+++ b/conf.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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__
index 83e9088944de77435264e211f4bdec086fdecef7..ac3e121bb6c72aa0e923df00ad91a9b76f5b232a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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: 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 $ */
 
 
 /* *********************************************************** */
index 9591db71f99fe36fa77d7464d3e389f344be4a0b..cc89615e45d787e2c7e8dfc28d71d5f86b9275d9 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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
  *  `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);
index 4df34be285c5b646b59e66e225175bc31d6692cc..b0b43495ce99b4e359282424f634fc0fb51f1314 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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: 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__
index 5d5c28048cdb649c9cec7be3ff881ec629bca101..f044d67b886b2fb3e9e1d97a7b8de95a320a8690 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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"
 
index 77b2fcf9457e5604aae879c26a5ac204bfff734c..e8f15fe9cf412fb30d293280b5664fbf8b1c95e4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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__
index dd36b3faf290beb915c65aa2a56f6f75769edffa..ea163071468f3ce04233c19cc7d5b5ca9e1301f2 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: changes.sgml,v 1.52 2007-04-14 17:46:42 thib Exp $ -->
+<!-- $Id: changes.sgml,v 1.53 2007-04-14 18:04:35 thib Exp $ -->
 
    <sect1 id="changes">
       <title>Changes</title>
index 23d5a633c536c9abbf98393f72331e32b112f5a6..fc2b8bbf627a982e908a6affd33cadfc6910dc51 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: faq.sgml,v 1.16 2007-01-23 22:52:09 thib Exp $ -->
+<!-- $Id: faq.sgml,v 1.17 2007-04-14 18:04:31 thib Exp $ -->
 
 <sect1 id="faq">
     <title>Frequently Asked Questions</title>
index 4575344ab4c06858810b951a4a6eb960435dd23b..b55e8fc1de15b444563ccdb4a68b8a0f7f53deb1 100644 (file)
@@ -7,7 +7,7 @@
 
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -15,7 +15,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcron-doc.sgml,v 1.9 2006-02-05 20:59:40 thib Exp $ -->
+<!-- $Id: fcron-doc.sgml,v 1.10 2007-04-14 18:04:27 thib Exp $ -->
 
 <book lang="en" id="fcron-doc">
     <bookinfo id="bookinfo">
index ceb525306d50b2b69592c33d0302b4384baa9fb0..4f553720cbd7cece9fd9ea49fd5a18fc715f9b33 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcron.8.sgml,v 1.9 2006-01-11 01:02:36 thib Exp $ -->
+<!-- $Id: fcron.8.sgml,v 1.10 2007-04-14 18:04:34 thib Exp $ -->
 
 <refentry id="fcron.8">
     <refmeta>
index d97cbe49d55274d25aefb04f64a544807ef6b7d3..cc1afdc1b142fa43ece0ec452d8740877d29e459 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcron.conf.5.sgml,v 1.11 2007-01-01 19:00:05 thib Exp $ -->
+<!-- $Id: fcron.conf.5.sgml,v 1.12 2007-04-14 18:04:30 thib Exp $ -->
 
 <refentry id="fcron.conf.5">
     <refmeta>
index a253d5e3374527d93ea4994f71868606f7961577..0cd914a3bbef55ef711a835aa408c86399e06092 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcrondyn.1.sgml,v 1.14 2006-01-11 01:02:21 thib Exp $ -->
+<!-- $Id: fcrondyn.1.sgml,v 1.15 2007-04-14 18:04:33 thib Exp $ -->
 
 <refentry id="fcrondyn.1">
     <refmeta>
index 3fe03d19a180c5b82ff5704baccbb87a51e0b9e8..bb00ea8aff130462c16e3afd2f5d20c8fc1e8d8a 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcrontab.1.sgml,v 1.11 2006-01-11 01:02:58 thib Exp $ -->
+<!-- $Id: fcrontab.1.sgml,v 1.12 2007-04-14 18:04:35 thib Exp $ -->
 
    <refentry id="fcrontab.1">
       <refmeta>
index 885ee827bb6049291253db0e09327323b8f79434..9e4a01899825855fe8c5fa1e57ec948d2740a667 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: fcrontab.5.sgml,v 1.20 2007-04-14 17:46:43 thib Exp $ -->
+<!-- $Id: fcrontab.5.sgml,v 1.21 2007-04-14 18:04:36 thib Exp $ -->
 
 <refentry id="fcrontab.5">
     <refmeta>
index 58f524f8fa70e0d23fc7a9224d52c05ea8d9c4da..72e4ab0e000c61ef89440510e9097417c785fe21 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: install.sgml,v 1.9 2006-01-11 01:01:38 thib Exp $ -->
+<!-- $Id: install.sgml,v 1.10 2007-04-14 18:04:32 thib Exp $ -->
 
 <sect1 id="install">
     <title>How to install fcron</title>
index ac08ae6d5970fd4dcaee8d1a44a9ee8539c733f7..a1ad2f97f9df570641c5ff83211d9832e36b7f76 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: manpage-foot.sgml,v 1.3 2006-01-11 01:02:34 thib Exp $ -->
+<!-- $Id: manpage-foot.sgml,v 1.4 2007-04-14 18:04:34 thib Exp $ -->
 
     <refsect1>
        <title>See also</title>
index 74dd42101a233aaa5f0bc24a0790984da5853ca7..95f6a493c38bdecd5ddafd78eabb31f00d664bc8 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: readme.sgml,v 1.8 2006-01-11 01:03:03 thib Exp $ -->
+<!-- $Id: readme.sgml,v 1.9 2007-04-14 18:04:36 thib Exp $ -->
 
 <sect1 id="readme">
     <title>About fcron</title>
index a65452ff21fad81047175b3818b335b75ac67a23..b6127256c7976bfbec62c35a20f71b04d9a7cdb4 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: relnotes.sgml,v 1.8 2006-01-11 01:01:32 thib Exp $ -->
+<!-- $Id: relnotes.sgml,v 1.9 2007-04-14 18:04:31 thib Exp $ -->
 
 <sect1 id="relnotes">
     <title>Release notes: &fcron; &version;</title>
index 38861f97d76d63ac03f58280fae0d5df146110b4..4c81d5bd04b226dbaca3c3993a3ee8f286981a3e 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: thanks.sgml,v 1.7 2006-01-11 01:00:23 thib Exp $ -->
+<!-- $Id: thanks.sgml,v 1.8 2007-04-14 18:04:30 thib Exp $ -->
 
 <sect1 id="thanks">
     <title>Thanks</title>
index 3f3fcc9c921f3aaf63acea3eba9c1071fdd36d3b..d2faf9ca3324147dd9bb2e510791a6514a60f485 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2007 Thibault Godouet <fcron@free.fr>
 Permission is granted to copy, distribute and/or modify this
 document under the terms of the GNU Free Documentation License,
 Version 1.1 or any later version published by the Free Software
@@ -8,7 +8,7 @@ Foundation.
 A copy of the license is included in gfdl.sgml.
 -->
 
-<!-- $Id: todo.sgml,v 1.43 2007-04-14 17:46:40 thib Exp $ -->
+<!-- $Id: todo.sgml,v 1.44 2007-04-14 18:04:33 thib Exp $ -->
 
    <sect1 id="todo">
       <title>Todo</title>
index 91c878dd6b4119daabccd2fd312b52960943e67e..949d5438a1ed6c6b813784ed7802a2d31ba4e04e 100644 (file)
@@ -5,7 +5,7 @@
 
 <!ENTITY date "@@Date@">
 <!ENTITY version "@@VERSION_QUOTED@">
-<!ENTITY copyrightdate "2000-2006">
+<!ENTITY copyrightdate "2000-2007">
 <!ENTITY emailadr "fcron@free.fr">
 <!ENTITY selinuxadr "russell@coker.com.au">
 <!ENTITY email "<email>&emailadr;</email>">
index fc31e88c54f0eb2847d08f5894b0510c719eddb6..6cd48760c52c20ee08f07a79c2214adf14f58116 100644 (file)
--- a/dyncom.h
+++ b/dyncom.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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: 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 5325029753adff02888625238bc01ac9f42b3719..420971447fc1528c1f326fe20555dce015bcee56 100644 (file)
--- a/fcron.c
+++ b/fcron.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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 23326a5f0c628f586010e0522d95031fd3b30165..763924e909285582979697181b024ed71ff245b4 100644 (file)
--- a/fcron.h
+++ b/fcron.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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__
index 083a3e73c88b52b1ed37a3fba2ea54ec41cb53f8..4bf0098ae02cf3672d7e2d3506fc74f59049d4ec 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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 +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);
index 2966c081566ab6acf8d8e4ea44947f4dac9ae8c2..8c7bb5af1cee9469d124b425bd063aa3329ee5f3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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: 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__
index ea03361889e3660ffba0bfe92fa760a2e4110112..ceda2262b8ac4a29cb5218b5cc90701c1fa5e459 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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
  *  `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);
index 2ae814b52970515fb38d3d0f7869c814e297ecc7..f3c19d8fc233b86f7d2a8be036bc14892d05e3ac 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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: 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__
index 69460e75cc307a2f26897d8895c87257c972944a..8090e3ff3dff9c399816cd0c0627c8c26d27a742 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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);
index 914bf15cc8e21c39505d32c4b61559e8538e5de4..af11ba692ecd4515fcbcbf53129de07cb08f1944 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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__
index 8aba056eb27029497b2ad09b124fe61443a0b502..8c0fd0fba1cedc33338179ffbbdd9dd8bfa4c190 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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"
 
index 99d8118f2d096367bcfc4798e1bb832238b68660..1506b4f73035bd9626ef4a521a38556ef7961f50 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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__
index b67d017ea8de8114faadaeb7c89f3ce96039f939..48ba00bfe88d86130f2f81e11b86a868d6ef7a11 100644 (file)
@@ -1,7 +1,7 @@
 /* 
  *  gloadavg.c - get load average for Linux
  *  Copyright (C) 1993  Thomas Koenig
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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 0773fb0bf46eff7b5ed05a0e19faf7a01667c52c..5f44c78defbadde9ddceb00c182d1aecf92f9be3 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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__
index b9d00cc7b27de7e0bd12ecd6b09f89e86e5cb591..1f3438f98ac85742a756eef01cea5aa0c6149d0b 100644 (file)
--- a/global.h
+++ b/global.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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 793594bd7391f6d965a98db68e82980f3a089c72..c7fbe24209814171bd06653c6b27841b1ecb824a 100644 (file)
--- a/job.c
+++ b/job.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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 634f901ef6d2b2493a1e8cc0863dbbd4afc2b341..5e112d4051ed4945216ef0ced2cef6b3638759b9 100644 (file)
--- a/job.h
+++ b/job.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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 ae67a7f6cdc545650af672e272e8f627ebf026f9..add27834f3d50ebf00e0db3b14dbae808a0e406f 100644 (file)
--- a/log.c
+++ b/log.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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 <itzur@actcom.co.il> */
diff --git a/log.h b/log.h
index 5a269d6a506bde5f5ac023b9c169595170db8629..246cca2342e4162b9266168cda1c0fa76f4f8a4b 100644 (file)
--- a/log.h
+++ b/log.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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__
index e7ea552fc66d9b647fe6f122bcc6a019c86c1e98..3c017a7548d8dccbd595dbfab15875c63ee3b636 100644 (file)
--- a/option.h
+++ b/option.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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 875931cf706e452c77052466f0d1997c265218a5..cbc70df38358379f6c2dcc38d374abe025bae30a 100644 (file)
--- a/pam.h
+++ b/pam.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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__
index d913e81570671a9cc1cf2661a124cf0024d47495..39607520b33a2edbb5651ecdb4784869140e6e31 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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: 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 */
index 23cce506fc9fbcf7c67c4670e8a865aab4a0db49..d6f545b35159f938de347089c5928eb774942f47 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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: 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 369363909ce74eb55b049c8a7a8ca11366491375..837546a9b782c0d39d47cb10b250184d7b5c72bc 100644 (file)
--- a/save.c
+++ b/save.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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 3b491addd071dd87b3924811e99caa753ea01360..fc70a52dbd8e765e56155fb311f47c871fc5a42f 100644 (file)
--- a/save.h
+++ b/save.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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__
index f38ff65890f363585f2d62c2dee3b8e848d83411..389248d6305aafd5478f12a9cbb0f3db0b9a56be 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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: 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 */
 
index 4ef900252904967daf48734ac89fd443f1862cf9..cadafb4f0bc738df934b080d6861aae0c19d15d2 100644 (file)
--- a/socket.h
+++ b/socket.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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: 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 c7afea0996062bcf3fa383f1ccf29bcf35299c09..d7431b37725cbd890a9dc513d97adc8708a18beb 100644 (file)
--- a/subs.c
+++ b/subs.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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 500c3d52be30bba90b580a630132ef7702307a18..0c5c19e5725863e43a777ef252a9db525ce63c36 100644 (file)
--- a/subs.h
+++ b/subs.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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.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__
index 65e2489a8852a1add17b972b92d34d107cf858d2..fdce4e386078a5183fb50636de560181a64aa7c2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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: 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"
index 4e6f0d15fd85be4991e073d4277cb5815754c087..5885436ffabbcf7f368a269c517eeb8a1938fd57 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2006 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2007 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: 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__