diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-18 20:28:46 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-02-18 20:28:46 +0000 |
commit | a57e06324e67861fa0ac9ac97312baa29a89b996 (patch) | |
tree | ecf28283a77fcf7cd12f26ab397e61a47c592069 /usr.sbin/cron | |
parent | 67c1912be1d5d649e99b526176f3a03640715045 (diff) |
Don't run sendmail with the -or0s arg since it causes sendmail to
drop root privileges when specified on the command line.
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r-- | usr.sbin/cron/config.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/cron/config.h b/usr.sbin/cron/config.h index 0866983933d..1fe14732974 100644 --- a/usr.sbin/cron/config.h +++ b/usr.sbin/cron/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.7 2001/02/18 20:14:01 millert Exp $ */ +/* $OpenBSD: config.h,v 1.8 2001/02/18 20:28:45 millert Exp $ */ /* Copyright 1988,1990,1993,1994 by Paul Vixie * All rights reserved @@ -40,11 +40,10 @@ * (hint: MAILTO= was added for this reason). */ -#define MAILFMT "%s -FCronDaemon -odi -oem -or0s -t" /*-*/ +#define MAILFMT "%s -FCronDaemon -odi -oem -t" /*-*/ /* -Fx = set full-name of sender * -odi = Option Deliverymode Interactive * -oem = Option Errors Mailedtosender - * -or0s = Option Readtimeout -- don't time out * -t = Get recipient from headers */ #define MAILARG _PATH_SENDMAIL /*-*/ |