summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-04-12 19:28:30 +0000
committerache <ache@FreeBSD.org>1995-04-12 19:28:30 +0000
commite3bdb075c7943144df547cff34aec0f6d3523f1d (patch)
treef5ed058a5a488c54e0dd164732e4536c7a8c06be /usr.sbin/cron
parent5e0d09f059bc085e3cf721091a3558a342333ae0 (diff)
downloadFreeBSD-src-e3bdb075c7943144df547cff34aec0f6d3523f1d.zip
FreeBSD-src-e3bdb075c7943144df547cff34aec0f6d3523f1d.tar.gz
Don't set -or0s (timeout 0) for possible network MAILTO
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r--usr.sbin/cron/cron/config.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/cron/cron/config.h b/usr.sbin/cron/cron/config.h
index 7a8e2fc..97daadd 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 2.6 1994/01/15 20:43:43 vixie Exp $
+ * $Id: config.h,v 1.1.1.1 1994/08/27 13:43:04 jkh Exp $
*/
#if !defined(_PATH_SENDMAIL)
@@ -42,11 +42,10 @@
*/
#define MAILCMD _PATH_SENDMAIL /*-*/
-#define MAILARGS "%s -FCronDaemon -odi -oem -or0s %s" /*-*/
+#define MAILARGS "%s -FCronDaemon -odi -oem %s" /*-*/
/* -Fx = set full-name of sender
* -odi = Option Deliverymode Interactive
* -oem = Option Errors Mailedtosender
- * -or0s = Option Readtimeout -- don't time out
*/
/* #define MAILCMD "/bin/mail" /*-*/
OpenPOWER on IntegriCloud