]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
*** empty log message ***
authorThibault Godouet <yo8192@users.noreply.github.com>
Thu, 22 Jun 2000 15:35:23 +0000 (15:35 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Thu, 22 Jun 2000 15:35:23 +0000 (15:35 +0000)
config.h.in

index 5208acf383136a30635be423cb4da54a42d41dc1..2591bee8e0c1cb02d6bceb2295c49f61b0cffc56 100644 (file)
@@ -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 $ */
 
 
 /* *********************************************************** */
 /* 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"
 
 
 /* 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 */