# 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 ************************ #
groff -Thtml -mandoc $* > ./tmp
sed "s:<body.*>:<body BGCOLOR="\#000000" TEXT="\#FFFFFF" \
LINK="\#0FA0FF" VLINK="\#B000B0" ALINK="\#FF0000"> \
- <h1>$(*F)</h1><br>:I" < ./tmp > $@
+ <i>Generated by groff</i><br><h1>$(*F)</h1><br>:I" < ./tmp > $@
rm -f ./tmp
updatedoc: doc/*
* `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"
) {
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]);