From 6ea75e2f5db42d102f3a8d2bf59f4d27a4d65863 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 28 Jun 2008 21:46:41 +0000 Subject: sendmail: another update from the maintainer function old new delta sendgetmail_main 1894 1937 +43 crond_main 1416 1423 +7 packed_usage 24540 24470 -70 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 50/-70) Total: -20 bytes --- miscutils/crond.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'miscutils/crond.c') diff --git a/miscutils/crond.c b/miscutils/crond.c index 2bed5a4b1..27f24dd85 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c @@ -33,11 +33,7 @@ #define SENDMAIL "sendmail" #endif #ifndef SENDMAIL_ARGS -# if ENABLE_SENDMAIL -# define SENDMAIL_ARGS "localhost", line->cl_MailTo -# else -# define SENDMAIL_ARGS "-ti", "oem" -# endif +#define SENDMAIL_ARGS "-ti", "oem" #endif #ifndef CRONUPDATE #define CRONUPDATE "cron.update" -- cgit v1.2.3-55-g6feb