]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Sun, 3 Sep 2000 14:31:27 +0000 (14:31 +0000)
committerthib <thib>
Sun, 3 Sep 2000 14:31:27 +0000 (14:31 +0000)
Makefile.in
database.c

index f32d98693b6a9a1f19c9de6d7a0cac481942b30d..ed7264c500457e6d853c75a8ab8b11fedc8f0f50 100644 (file)
@@ -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:<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/*
index 640461075528e55ee183d6ba62376f3a984abeb4..9049a7b4bc519dcb16537aafec84c7aa2e87d883 100644 (file)
@@ -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]);