From: Thibault Godouet Date: Wed, 21 Jun 2000 13:43:50 +0000 (+0000) Subject: FIRST_SLEEP_SERIAL removed (unused) X-Git-Tag: ver2_9_4~668 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22effe3763243c993ff63a93865301df8c41858c;p=thirdparty%2Ffcron.git FIRST_SLEEP_SERIAL removed (unused) --- diff --git a/config.h.in b/config.h.in index 20daf38..387d7af 100644 --- a/config.h.in +++ b/config.h.in @@ -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 $ */ /* *********************************************************** */ @@ -110,9 +110,6 @@ #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.