From: Thibault Godouet Date: Thu, 22 Jun 2000 15:35:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver2_9_4~649 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ad9d114158ee605640c7ed3d53d0e9530f095a3;p=thirdparty%2Ffcron.git *** empty log message *** --- diff --git a/config.h.in b/config.h.in index 5208acf..2591bee 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.10 2000-06-22 12:30:55 thib Exp $ */ + /* $Id: config.h.in,v 1.11 2000-06-22 15:35:23 thib Exp $ */ /* *********************************************************** */ @@ -33,11 +33,6 @@ /* beginning of configurable stuff ********************************** */ -/* NOTE : if you change anything here, check if the doc should not - be updated -*/ - - /* *** options which can be set in Makefile *** */ /* (they are overridden by Makefile's value ) */ @@ -74,6 +69,7 @@ /* *** paths *** */ +/* fcron allow and deny file are located in directory ETC (see below) */ #define FCRON_ALLOW "fcron.allow" #define FCRON_DENY "fcron.deny" @@ -125,6 +121,10 @@ /* Syslog facility and priorities messages will be logged to (see syslog(3)) */ + +/* NOTE : if you change anything here, check if the doc should not + be updated +*/ #define SYSLOG_FACILITY LOG_CRON #define EXPLAIN_LEVEL LOG_NOTICE /* informational messages */ #define WARNING_LEVEL LOG_WARNING /* warning messages */