]> granicus.if.org Git - fcron/commitdiff
FIRST_SLEEP_SERIAL removed (unused)
authorthib <thib>
Wed, 21 Jun 2000 13:43:50 +0000 (13:43 +0000)
committerthib <thib>
Wed, 21 Jun 2000 13:43:50 +0000 (13:43 +0000)
config.h.in

index 20daf385e1961ae252f9bcd32d4314e5a78921f8..387d7afc9779ee535baabf7962c47076542ddee9 100644 (file)
@@ -21,7 +21,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: config.h.in,v 1.8 2000-06-21 09:48:36 thib Exp $ */
+ /* $Id: config.h.in,v 1.9 2000-06-21 13:43:50 thib Exp $ */
 
 
 /* *********************************************************** */
 #define FIRST_SLEEP 20      /* fcron sleep at least this time after startup
                             * before executing a job, to avoid to run jobs
                             * during system boot */
-#define FIRST_SLEEP_SERIAL 60 /* fcron sleep at least this time after startup
-                              * before executing a serial job (job executed
-                              * by option bootrun are serialized) */ 
 #define SAVE_VARIATION 120  /* if a job is run at less than SAVE_VARIATION
                             * from normal time to save, save is performed
                             * after execution of the job.