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
This commit is contained in:
Denis Vlasenko
2008-06-28 21:46:41 +00:00
parent 78ff8197cc
commit 6ea75e2f5d
3 changed files with 82 additions and 68 deletions

View File

@@ -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"