summaryrefslogtreecommitdiff
path: root/recipes/cron/cron-3.0pl1/corecdp/disable_logfile.patch
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2010-04-30 10:47:23 -0500
committerJesse Gilles <jgilles@multitech.com>2010-04-30 10:47:23 -0500
commitf214b1be0e5d91551b18906e792de187a7a7b663 (patch)
tree03f3021192bc1f59a9f2e5abef49a917af8e6b29 /recipes/cron/cron-3.0pl1/corecdp/disable_logfile.patch
parent9802e241e737255d99471e16843b699bfc3a78ff (diff)
cron: disable extra logfile for CoreCDP, only use syslog
Diffstat (limited to 'recipes/cron/cron-3.0pl1/corecdp/disable_logfile.patch')
-rw-r--r--recipes/cron/cron-3.0pl1/corecdp/disable_logfile.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/cron/cron-3.0pl1/corecdp/disable_logfile.patch b/recipes/cron/cron-3.0pl1/corecdp/disable_logfile.patch
new file mode 100644
index 0000000000..1cd50f2c56
--- /dev/null
+++ b/recipes/cron/cron-3.0pl1/corecdp/disable_logfile.patch
@@ -0,0 +1,12 @@
+--- cron.orig/pathnames.h 2010-04-16 14:49:22.129854821 -0500
++++ cron/pathnames.h 2010-04-16 14:51:02.870389134 -0500
+@@ -49,7 +49,8 @@
+ */
+ #define ALLOW_FILE "allow" /*-*/
+ #define DENY_FILE "deny" /*-*/
+-#define LOG_FILE "log" /*-*/
++/* Disable logging to a separate file in CRONDIR */
++/*#define LOG_FILE "log"*/ /*-*/
+
+ /* where should the daemon stick its PID?
+ */