]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Thu, 25 Dec 2003 22:50:22 +0000 (22:50 +0000)
committerthib <thib>
Thu, 25 Dec 2003 22:50:22 +0000 (22:50 +0000)
29 files changed:
allow.c
allow.h
convert-fcrontab.c
convert-fcrontab.h
database.c
database.h
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/thanks.sgml
dyncom.h
getloadavg.c
getloadavg.h
option.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 4ddcc78672f501de0bc57b507907a788756f3145..20ab4c1b576cdb3fc24872e2eca36c75bdced2fa 100644 (file)
--- a/allow.c
+++ b/allow.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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.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 39c1e317ae8c0533a5007eeabc0b0448160409e2..2f7f00a654c9fcdea24dc95e5f6c8b320806853b 100644 (file)
--- a/allow.h
+++ b/allow.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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.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__
index 1dd285c474a301536b9265b592114521925e7c0a..8feacb36793a4d0781c0ccb2c2bd2c9b3b9eca45 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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.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 <fcron@free.fr>\n"
+           "Copyright 2000-2004 Thibault Godouet <fcron@free.fr>\n"
            "This program is free software distributed WITHOUT ANY WARRANTY.\n"
             "See the GNU General Public License for more details.\n"
        );
index b211c9c0a0dab8094fe9fbb05312a9418212dde9..ed80dd05d95129704da7952ca9c6782f55fb31b4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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.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__
index adca7e502fd8161361ec141d3f1975ae636ec8b0..e13515f4a0f6d8676f4c1c39956a91772c17d6d2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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.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"
 
index 043c2b6dd5209c299db09c683fba968be0512ee9..0c3080b7dfd339c744bd8b3f8351c3c7b82c304b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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.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__
index 06e3e959c819b0dd23ce8950f83bc6ade68b7ad6..43aef9a801eecf2b738b7dc16ac2eb4ccab1760b 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2004 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.8 2003-07-14 10:56:10 thib Exp $ -->
+<!-- $Id: faq.sgml,v 1.9 2003-12-25 22:58:04 thib Exp $ -->
 
 <sect1 id="faq">
     <title>Frequently Asked Questions</title>
index 1afcf1c7db94c7e5eb4a0b5aba7b9fea76606fd4..a2170e57c04d25055c2a20d7368eabf92bc03f42 100644 (file)
@@ -7,7 +7,7 @@
 
 <!-- 
 Fcron documentation
-Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2004 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.6 2003-07-14 10:54:54 thib Exp $ -->
+<!-- $Id: fcron-doc.sgml,v 1.7 2003-12-25 22:57:35 thib Exp $ -->
 
 <book lang="en" id="fcron-doc">
     <bookinfo id="bookinfo">
index d0d1e6dc8b01b48efcbdd30eb272a56b86005811..e0ae7c7d002850849decaa4326fbf0aec386c77e 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2004 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.7 2003-07-14 10:58:12 thib Exp $ -->
+<!-- $Id: fcron.8.sgml,v 1.8 2003-12-25 22:59:52 thib Exp $ -->
 
 <refentry id="fcron.8">
     <refmeta>
index c447d35b7f6b4a9e9142df4a857778d29b2d849b..ef695ca308a3cf7b60c8362fc306ae33e2883e5e 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2004 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.5 2003-07-14 10:55:42 thib Exp $ -->
+<!-- $Id: fcron.conf.5.sgml,v 1.6 2003-12-25 22:57:58 thib Exp $ -->
 
 <refentry id="fcron.conf.5">
     <refmeta>
index 21050e2113a5b8d271e389d5f4a50ff978e5b8ce..5632911b77073d2a8c079a79cd036ae3ede2ddda 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2004 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.9 2003-07-14 10:57:43 thib Exp $ -->
+<!-- $Id: fcrondyn.1.sgml,v 1.10 2003-12-25 22:59:41 thib Exp $ -->
 
 <refentry id="fcrondyn.1">
     <refmeta>
index be9a7f62abcee0194d72a0e15d33a6e2922506b7..a819f03ad1f616bd4547ae1abe3dd96900fdd0f9 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2004 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.8 2003-09-12 20:56:05 thib Exp $ -->
+<!-- $Id: fcrontab.1.sgml,v 1.9 2003-12-25 23:00:03 thib Exp $ -->
 
    <refentry id="fcrontab.1">
       <refmeta>
index a992bcee30b8afa226bf8ef5c1ac1614e9355d1a..beea15264d6b041a9d962c982076e276b0f03f2f 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2004 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.12 2003-09-12 20:56:45 thib Exp $ -->
+<!-- $Id: fcrontab.5.sgml,v 1.13 2003-12-25 23:00:07 thib Exp $ -->
 
 <refentry id="fcrontab.5">
     <refmeta>
index e1d8ae5a57f9b2e76bc732601cdfc690f3d88ed6..a8df6390923252f033e756393da671697f4ae60d 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2004 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.7 2003-07-14 10:56:38 thib Exp $ -->
+<!-- $Id: install.sgml,v 1.8 2003-12-25 22:59:16 thib Exp $ -->
 
 <sect1 id="install">
     <title>How to install fcron</title>
index b7b26d22993e7b33f7c9f2ae01a974d3084055fd..31bb9f43314aefed55971edcef0a6a43825fde59 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2004 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.1 2003-07-14 12:45:20 thib Exp $ -->
+<!-- $Id: manpage-foot.sgml,v 1.2 2003-12-25 22:59:47 thib Exp $ -->
 
     <refsect1>
        <title>See also</title>
index 9bce34e9e265333482618c8d99681cf976c80840..630e3a1d95c66c7dcc9f7d83b29dc363b29d967e 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2004 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.4 2003-07-14 10:59:20 thib Exp $ -->
+<!-- $Id: readme.sgml,v 1.5 2003-12-25 23:00:11 thib Exp $ -->
 
 <sect1 id="readme">
     <title>About fcron</title>
index 3bc30ad58ecab5be9ffb325e72c7f12f7493b9ae..0651aa930b9e129d511271ad3eeeb692201c5929 100644 (file)
@@ -1,6 +1,6 @@
 <!-- 
 Fcron documentation
-Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+Copyright 2000-2004 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.5 2003-07-14 10:55:30 thib Exp $ -->
+<!-- $Id: thanks.sgml,v 1.6 2003-12-25 22:57:55 thib Exp $ -->
 
 <sect1 id="thanks">
     <title>Thanks</title>
index fadd83a0431a2a3254ba49e183560e7e9bdfe2c4..4495c58aebfe524a6b4e9df457c788655f16b09c 100644 (file)
--- a/dyncom.h
+++ b/dyncom.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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.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 */
 
index 4f6ca573a4656f332eb89aac31082faf0dca69f7..ce268615d0af170410b2c0e472ccdbfb2ae9a6ba 100644 (file)
@@ -1,7 +1,7 @@
 /* 
  *  gloadavg.c - get load average for Linux
  *  Copyright (C) 1993  Thomas Koenig
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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 2cae285a468dccd589f7298d83eade375b17204f..afb89e55f48b2b32618654ec27fefd5552eb14ab 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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.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__
index 7f6c63b7ab694b2c10730bd7599b108abedfeb42..bcfde9f102a2c57fbcf8c0719a671e1748397e3f 100644 (file)
--- a/option.h
+++ b/option.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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.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 1cee144e9c30ad1ba1e89d68804e01ba0eb8ad97..dd67b40f287bf312602062705db242e7fd882722 100644 (file)
--- a/save.c
+++ b/save.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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: 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 31cc4927ef31c2c3230aec591dd80ca7c195f79e..d5d03fb39573eb958fe300fb1448c1c19d9a43ae 100644 (file)
--- a/save.h
+++ b/save.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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.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__
index 7874386a1a381a7537a42f4633fc9d611b92b700..6821f0788f3aca554985ab8b9a59fde53c569429 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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.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 */
 
index 2ec8b057891fe4f1ebf0bc8b3c93acbd29e3e5d2..b262964f810bc1d45e4033ab2c309c45db34c2c6 100644 (file)
--- a/socket.h
+++ b/socket.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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.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 027df4fc50aa91ad8547fa1314a618b08bff5c5b..9b33304db0ec66aef008bb4f3951e8d676800285 100644 (file)
--- a/subs.c
+++ b/subs.c
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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: 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 934c0498d22b9533baaeab4c98ad36357f183bae..d3c3d7618f6ba6ac271c5673f74997dc62794998 100644 (file)
--- a/subs.h
+++ b/subs.h
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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.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__
index 5ce5ac4c15f83926ecf91065861d591ae9d61ff6..072d64074bc38926006041bc3976f39671191c1f 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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: 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"
index 325c0f3d2d74740e0c83a06e9e3e214f1b5f976b..71d197b94cc9ee2053f2381b4d87059deaaa24a0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * FCRON - periodic command scheduler 
  *
- *  Copyright 2000-2002 Thibault Godouet <fcron@free.fr>
+ *  Copyright 2000-2004 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.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__