diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-08-11 17:10:40 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-08-11 17:10:40 -0500 |
commit | c2ebe439fc13670d6652c6ef230254032f63cdda (patch) | |
tree | ec145405d4844dc6c5006276a89ff6bcf1a514ea | |
parent | ec4d8af511617cecbc5568d612a8154ca342f7c3 (diff) |
cron: remove old patch
-rw-r--r-- | multitech/recipes/cron/cron-3.0pl1/corecdp/sendmail_args.patch | 16 |
1 files changed, 0 insertions, 16 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 deleted file mode 100644 index 9baf29c..0000000 --- a/multitech/recipes/cron/cron-3.0pl1/corecdp/sendmail_args.patch +++ /dev/null @@ -1,16 +0,0 @@ -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 - */ |