* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: fcron.c,v 1.2 2000-05-15 18:28:38 thib Exp $ */
+ /* $Id: fcron.c,v 1.3 2000-05-16 19:53:38 thib Exp $ */
#include "fcron.h"
-char rcs_info[] = "$Id: fcron.c,v 1.2 2000-05-15 18:28:38 thib Exp $";
+char rcs_info[] = "$Id: fcron.c,v 1.3 2000-05-16 19:53:38 thib Exp $";
void main_loop(void);
void info(void);
char sig_conf = 0; /* is 1 when we got a SIGHUP */
char sig_chld = 0; /* is 1 when we got a SIGCHLD */
CF *file_base; /* point to the first file of the list */
-int jobs_running = 0; /* number of jobs which are running */
time_t t1; /* the time at which sleep began */
* version, license */
{
fprintf(stderr,
- "$Id: fcron.c,v 1.2 2000-05-15 18:28:38 thib Exp $\n"
+ "$Id: fcron.c,v 1.3 2000-05-16 19:53:38 thib Exp $\n"
"fcron " VERSION " - periodic command scheduler\n"
"Copyright 2000 Thibault Godouet <sphawk@free.fr>\n"
"This program is free software distributed\n"
* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: fcron.h,v 1.2 2000-05-15 18:28:39 thib Exp $ */
+ /* $Id: fcron.h,v 1.3 2000-05-16 19:53:42 thib Exp $ */
#ifndef __FCRONH__
#define __FCRONH__
extern char *prog_name;
extern char sig_hup;
extern CF *file_base;
-extern int jobs_running;
/* end of global variables */