summaryrefslogtreecommitdiff
path: root/recipes/cron/cron-3.0pl1/corecdp/disable_logfile.patch
blob: 1cd50f2c5609e3c9ce276bea2416bce5f6194834 (plain)
1
2
3
4
5
6
7
8
9
10
11
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?
 			 */