summaryrefslogtreecommitdiff
path: root/multitech/recipes/cron/cron-3.0pl1/corecdp/sendmail_args.patch
diff options
context:
space:
mode:
Diffstat (limited to 'multitech/recipes/cron/cron-3.0pl1/corecdp/sendmail_args.patch')
-rw-r--r--multitech/recipes/cron/cron-3.0pl1/corecdp/sendmail_args.patch16
1 files changed, 16 insertions, 0 deletions
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
+ */