summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-11-10 04:46:58 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-11-10 04:46:58 +0000
commit970402c71beefe3bae0193d62a0f83f997d6c390 (patch)
treeeb487ec4d4dc1b22e4ff0142ca6e0cab0638b398
parent1c9054367370c605d019fc874b50a241decbe99e (diff)
Notes
-rw-r--r--usr.sbin/cron/cron/config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/cron/cron/config.h b/usr.sbin/cron/cron/config.h
index 640e001832f8..44f2ccea0b7b 100644
--- a/usr.sbin/cron/cron/config.h
+++ b/usr.sbin/cron/cron/config.h
@@ -17,7 +17,7 @@
/* config.h - configurables for Vixie Cron
*
- * $Id: config.h,v 1.3 1995/04/14 21:54:16 ache Exp $
+ * $Id: config.h,v 1.4 1995/05/09 12:48:05 rgrimes Exp $
*/
#if !defined(_PATH_SENDMAIL)
@@ -42,10 +42,11 @@
*/
#define MAILCMD _PATH_SENDMAIL /*-*/
-#define MAILARGS "%s -FCronDaemon -odi -oem -t" /*-*/
+#define MAILARGS "%s -FCronDaemon -odi -oem -oi -t" /*-*/
/* -Fx = set full-name of sender
* -odi = Option Deliverymode Interactive
* -oem = Option Errors Mailedtosender
+ * -oi = Option dot message terminator
* -t = read recipients from header of message
*/