aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crond.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-28 21:46:41 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-28 21:46:41 +0000
commit6ea75e2f5db42d102f3a8d2bf59f4d27a4d65863 (patch)
tree3a01531bb6e1fcd5c41d7c8da4430743b88d25a2 /miscutils/crond.c
parent78ff8197cc5ff8a9b207b0c27a96a292d1f492cc (diff)
downloadbusybox-6ea75e2f5db42d102f3a8d2bf59f4d27a4d65863.tar.gz
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
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r--miscutils/crond.c6
1 files changed, 1 insertions, 5 deletions
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"