From cc8641cb9efc3575aa0be7006a1a9ffab065933d Mon Sep 17 00:00:00 2001 From: thib Date: Sun, 3 Sep 2000 14:31:27 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.in | 4 ++-- database.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index f32d986..ed7264c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,7 +2,7 @@ # fcron's Makefile ######## ############################ -# $Id: Makefile.in,v 1.25 2000-08-30 09:09:15 thib Exp $ +# $Id: Makefile.in,v 1.26 2000-09-03 14:31:27 thib Exp $ # ********************************************************* # # *** Begin of configurable stuffs ************************ # @@ -129,7 +129,7 @@ vclean: clean groff -Thtml -mandoc $* > ./tmp sed "s:: \ -

$(*F)


:I" < ./tmp > $@ + Generated by groff

$(*F)


:I" < ./tmp > $@ rm -f ./tmp updatedoc: doc/* diff --git a/database.c b/database.c index 6404610..9049a7b 100644 --- a/database.c +++ b/database.c @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: database.c,v 1.20 2000-08-30 09:07:49 thib Exp $ */ + /* $Id: database.c,v 1.21 2000-09-03 14:32:19 thib Exp $ */ #include "fcron.h" @@ -778,7 +778,7 @@ check_lavg(time_t lim) ) { debug("lavg '%s' %s %d:%d %d:%d %d:%d", lavg_array[i].l_line->cl_shell, - (is_land(lavg_array[i].l_line->cl_option)) ? "and" : "or", + (is_lor(lavg_array[i].l_line->cl_option)) ? "or" : "and", l_avg[0], lavg_array[i].l_line->cl_lavg[0], l_avg[1], lavg_array[i].l_line->cl_lavg[1], l_avg[2], lavg_array[i].l_line->cl_lavg[2]); -- 2.40.0