summaryrefslogtreecommitdiff
path: root/miscutils
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
parent78ff8197cc5ff8a9b207b0c27a96a292d1f492cc (diff)
downloadbusybox-w32-6ea75e2f5db42d102f3a8d2bf59f4d27a4d65863.tar.gz
busybox-w32-6ea75e2f5db42d102f3a8d2bf59f4d27a4d65863.tar.bz2
busybox-w32-6ea75e2f5db42d102f3a8d2bf59f4d27a4d65863.zip
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')
-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 @@
33#define SENDMAIL "sendmail" 33#define SENDMAIL "sendmail"
34#endif 34#endif
35#ifndef SENDMAIL_ARGS 35#ifndef SENDMAIL_ARGS
36# if ENABLE_SENDMAIL 36#define SENDMAIL_ARGS "-ti", "oem"
37# define SENDMAIL_ARGS "localhost", line->cl_MailTo
38# else
39# define SENDMAIL_ARGS "-ti", "oem"
40# endif
41#endif 37#endif
42#ifndef CRONUPDATE 38#ifndef CRONUPDATE
43#define CRONUPDATE "cron.update" 39#define CRONUPDATE "cron.update"