/*
* 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: 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"
/*
* 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: 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__
/*
* 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);
{
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"
);
/*
* 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.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__
/*
* 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: 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"
/*
* 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: 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__
<!--
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
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>
<!--
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
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">
<!--
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
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>
<!--
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
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>
<!--
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
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>
<!--
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
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>
<!--
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
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>
<!--
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
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>
<!--
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
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>
<!--
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
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>
<!--
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
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>
/*
* 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: 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 */
/*
* 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
/*
* 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: 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__
/*
* 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: 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 :
*/
/*
* 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: 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"
/*
* 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: 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__
/*
* 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: 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 */
/*
* 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: 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 */
/*
* 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: 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"
/*
* 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: 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__
/*
* 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: 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"
/*
* 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: 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__