A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: install.sgml,v 1.2 2002-01-03 22:39:28 thib Exp $ -->
+<!-- $Id: install.sgml,v 1.3 2002-03-31 17:20:58 thib Exp $ -->
<sect1 id="install">
<title>How to install fcron</title>
</listitem>
<listitem>
<para>
- To disable the use of <productname>PAM</productname>,
- use <command>configure</command>'s option
- <option>--with-pam=no</option>.</para>
+ To disable the use of <productname>PAM</productname> or
+ &fcrondyn;, use <command>configure</command>'s option
+ <option>--with-pam=no</option> and/or
+ <option>--with-fcrondyn=no</option>.</para>
</listitem>
<listitem>
<para>To debug &fcron;, you should use <command>configure
* `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"
#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);
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");