summaryrefslogtreecommitdiff
path: root/multitech/recipes/cron
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-06-28 15:16:57 -0500
committerJesse Gilles <jgilles@multitech.com>2011-06-28 15:16:57 -0500
commitb23d1d80a23e8ce1910ba7c5006a4fddf3325c7d (patch)
tree40a273fff1fab26a90870668e232b4d79b5ea908 /multitech/recipes/cron
initial work on multitech bitbake layer for CoreCDP
Diffstat (limited to 'multitech/recipes/cron')
-rw-r--r--multitech/recipes/cron/cron-3.0pl1/corecdp/disable_logfile.patch12
-rw-r--r--multitech/recipes/cron/cron_3.0pl1.bbappend3
2 files changed, 15 insertions, 0 deletions
diff --git a/multitech/recipes/cron/cron-3.0pl1/corecdp/disable_logfile.patch b/multitech/recipes/cron/cron-3.0pl1/corecdp/disable_logfile.patch
new file mode 100644
index 0000000..1cd50f2
--- /dev/null
+++ b/multitech/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?
+ */
diff --git a/multitech/recipes/cron/cron_3.0pl1.bbappend b/multitech/recipes/cron/cron_3.0pl1.bbappend
new file mode 100644
index 0000000..ef62f02
--- /dev/null
+++ b/multitech/recipes/cron/cron_3.0pl1.bbappend
@@ -0,0 +1,3 @@
+FILESPATHBASE := "${FILESPATHBASE}:${FILE_DIRNAME}"
+
+SRC_URI_append_corecdp = "file://disable_logfile.patch;patch=1"