From: Thibault Godouet Date: Sun, 31 Mar 2002 17:20:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver2_9_4~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=896c9d1ebcd1f2301a821d825cf6650ad97cb9fa;p=thirdparty%2Ffcron.git *** empty log message *** --- diff --git a/doc/en/install.sgml b/doc/en/install.sgml index b62e57e..41fe31d 100644 --- a/doc/en/install.sgml +++ b/doc/en/install.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + How to install fcron @@ -50,9 +50,10 @@ A copy of the license is included in gfdl.sgml. - To disable the use of PAM, - use configure's option - . + To disable the use of PAM or + &fcrondyn;, use configure's option + and/or + . To debug &fcron;, you should use configure diff --git a/fcron.c b/fcron.c index 26dfae7..fde5c51 100644 --- a/fcron.c +++ b/fcron.c @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcron.c,v 1.62 2002-03-31 15:05:49 thib Exp $ */ + /* $Id: fcron.c,v 1.63 2002-03-31 17:20:35 thib Exp $ */ #include "fcron.h" @@ -33,7 +33,7 @@ #include "socket.h" #endif -char rcs_info[] = "$Id: fcron.c,v 1.62 2002-03-31 15:05:49 thib Exp $"; +char rcs_info[] = "$Id: fcron.c,v 1.63 2002-03-31 17:20:35 thib Exp $"; void main_loop(void); void check_signal(void); @@ -654,7 +654,9 @@ main_loop() struct timeval tv; /* we use usec field to get more precision */ time_t stime; /* time to sleep until next job * execution */ +#ifdef FCRONDYN int retcode = 0; +#endif debug("Entering main loop");