From 0ff8e2e57fa4e7434c6bdd300a65789a19cbee13 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Thu, 11 Aug 2011 10:42:48 -0500 Subject: cron: remove -F option from sendmail args --- .../recipes/cron/cron-3.0pl1/corecdp/sendmail_args.patch | 16 ++++++++++++++++ multitech/recipes/cron/cron_3.0pl1.bbappend | 6 +++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 multitech/recipes/cron/cron-3.0pl1/corecdp/sendmail_args.patch diff --git a/multitech/recipes/cron/cron-3.0pl1/corecdp/sendmail_args.patch b/multitech/recipes/cron/cron-3.0pl1/corecdp/sendmail_args.patch new file mode 100644 index 0000000..9baf29c --- /dev/null +++ b/multitech/recipes/cron/cron-3.0pl1/corecdp/sendmail_args.patch @@ -0,0 +1,16 @@ +Index: cron3.0pl1/config.h +=================================================================== +--- cron3.0pl1.orig/config.h ++++ cron3.0pl1/config.h +@@ -42,9 +42,8 @@ + */ + + #define MAILCMD _PATH_SENDMAIL /*-*/ +-#define MAILARGS "%s -FCronDaemon -odi -oem -or0s %s" /*-*/ +- /* -Fx = set full-name of sender +- * -odi = Option Deliverymode Interactive ++#define MAILARGS "%s -odi -oem -or0s %s" /*-*/ ++ /* -odi = Option Deliverymode Interactive + * -oem = Option Errors Mailedtosender + * -or0s = Option Readtimeout -- don't time out + */ diff --git a/multitech/recipes/cron/cron_3.0pl1.bbappend b/multitech/recipes/cron/cron_3.0pl1.bbappend index 4113f5b..ece6498 100644 --- a/multitech/recipes/cron/cron_3.0pl1.bbappend +++ b/multitech/recipes/cron/cron_3.0pl1.bbappend @@ -1,4 +1,8 @@ FILESEXTRA := "${THISDIR}" FILESPATHBASE =. "${FILESEXTRA}:" -SRC_URI_append_corecdp = " file://disable_logfile.patch" +PR .= ".corecdp1" + +SRC_URI_append_corecdp = " file://disable_logfile.patch \ + file://sendmail_args.patch \ + " -- cgit v1.2.3