From: Thibault Godouet Date: Mon, 9 Jul 2001 11:50:13 +0000 (+0000) Subject: commented out some debug stuff X-Git-Tag: ver2_9_4~290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c6b00f4345e197a4c7dd78c0a9d0d645fddafbe;p=thirdparty%2Ffcron.git commented out some debug stuff --- diff --git a/subs.c b/subs.c index 25ddc09..829e7ad 100644 --- a/subs.c +++ b/subs.c @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: subs.c,v 1.13 2001-07-07 17:44:57 thib Exp $ */ + /* $Id: subs.c,v 1.14 2001-07-09 11:50:13 thib Exp $ */ #include "global.h" #include "subs.h" @@ -237,13 +237,13 @@ read_conf(void) if (debug_opt) { debug(" fcronconf=%s", fcronconf); - debug(" fcronallow=%s", fcronallow); - debug(" fcrondeny=%s", fcrondeny); - debug(" fcrontabs=%s", fcrontabs); - debug(" pidfile=%s", pidfile); - debug(" editor=%s", editor); - debug(" shell=%s", shell); - debug(" sendmail=%s", sendmail); +/* debug(" fcronallow=%s", fcronallow); */ +/* debug(" fcrondeny=%s", fcrondeny); */ +/* debug(" fcrontabs=%s", fcrontabs); */ +/* debug(" pidfile=%s", pidfile); */ +/* debug(" editor=%s", editor); */ +/* debug(" shell=%s", shell); */ +/* debug(" sendmail=%s", sendmail); */ } fclose(f);