Subject: Re: bin/37226
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 10/27/2007 11:45:01
The following reply was made to PR bin/37226; it has been noted by GNATS.
From: Martin Husemann <martin@duskware.de>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: bin/37226
Date: Sat, 27 Oct 2007 13:40:07 +0200
--RASg3xLB4tUQ4RcS
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
I think we should just drop the "read timeout" option.
Martin
--RASg3xLB4tUQ4RcS
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
Index: config.h
===================================================================
RCS file: /cvsroot/src/usr.sbin/cron/config.h,v
retrieving revision 1.6
diff -u -r1.6 config.h
--- config.h 9 Apr 1999 02:47:03 -0000 1.6
+++ config.h 27 Oct 2007 11:39:42 -0000
@@ -44,11 +44,10 @@
*/
#define MAILCMD _PATH_SENDMAIL /*-*/
-#define MAILARGS "%s -FCronDaemon -odi -oem -oi -or0s -t" /*-*/
+#define MAILARGS "%s -FCronDaemon -odi -oem -oi -t" /*-*/
/* -Fx = set full-name of sender
* -odi = Option Deliverymode Interactive
* -oem = Option Errors Mailedtosender
- * -or0s = Option Readtimeout -- don't time out
* -t = read recipient from header of message
*/
--RASg3xLB4tUQ4RcS--