summaryrefslogtreecommitdiff
path: root/multitech/recipes/cron/cron-3.0pl1/corecdp/sendmail_args.patch
blob: 9baf29cbb209f4ddf8943c1a7eb44a57984a0795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
 			 */