diff options
author | Vladimir Dronnikov <dronnikov@gmail.com> | 2009-10-04 01:34:54 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-04 01:34:54 +0200 |
commit | b618dba10345db75b6dc6ba2c9a7218e97044934 (patch) | |
tree | b74abb345840e6c6fc9f3eec08ee934780b8e5d4 /miscutils/crond.c | |
parent | 76622dbd1666ca3e0e45e97d880836296ecb0dad (diff) | |
download | busybox-w32-b618dba10345db75b6dc6ba2c9a7218e97044934.tar.gz busybox-w32-b618dba10345db75b6dc6ba2c9a7218e97044934.tar.bz2 busybox-w32-b618dba10345db75b6dc6ba2c9a7218e97044934.zip |
sendmail: accept -i too, not only -oi
Signed-off-by: Vladimir Dronnikov <dronnikov@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r-- | miscutils/crond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c index d2104c36f..74bf9168b 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c | |||
@@ -29,7 +29,7 @@ | |||
29 | #define SENDMAIL "sendmail" | 29 | #define SENDMAIL "sendmail" |
30 | #endif | 30 | #endif |
31 | #ifndef SENDMAIL_ARGS | 31 | #ifndef SENDMAIL_ARGS |
32 | #define SENDMAIL_ARGS "-ti", "oem" | 32 | #define SENDMAIL_ARGS "-ti", NULL |
33 | #endif | 33 | #endif |
34 | #ifndef CRONUPDATE | 34 | #ifndef CRONUPDATE |
35 | #define CRONUPDATE "cron.update" | 35 | #define CRONUPDATE "cron.update" |