diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-03-04 17:56:00 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-03-04 17:56:00 +0000 |
commit | 021de3f0297af87bfc098bd364dffb332d6ace20 (patch) | |
tree | 46176c3f21464b69aba0682db196124271622b72 /include | |
parent | 5a2ad699fca8ce2a1e008dfaacd30f7b3f611721 (diff) | |
download | busybox-w32-021de3f0297af87bfc098bd364dffb332d6ace20.tar.gz busybox-w32-021de3f0297af87bfc098bd364dffb332d6ace20.tar.bz2 busybox-w32-021de3f0297af87bfc098bd364dffb332d6ace20.zip |
sendmail: document and fix usage of fd #4, fix check for helper failure.
function old new delta
packed_usage 25663 25694 +31
signal_handler 191 215 +24
kill_helper 22 31 +9
launch_helper 194 184 -10
get_cred_or_die 142 129 -13
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/2 up/down: 64/-23) Total: 41 bytes
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 3363e103f..de6f03767 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3651,6 +3651,7 @@ | |||
3651 | "\n -H 'prog args' Run connection helper. E.g. openssl for encryption:" \ | 3651 | "\n -H 'prog args' Run connection helper. E.g. openssl for encryption:" \ |
3652 | "\n -H 'exec openssl s_client -quiet -tls1 -starttls smtp" \ | 3652 | "\n -H 'exec openssl s_client -quiet -tls1 -starttls smtp" \ |
3653 | "\n -connect smtp.gmail.com:25' <email.txt" \ | 3653 | "\n -connect smtp.gmail.com:25' <email.txt" \ |
3654 | "\n [4<username_and_passwd.txt]" \ | ||
3654 | "\n -S server[:port] Server" \ | 3655 | "\n -S server[:port] Server" \ |
3655 | ) \ | 3656 | ) \ |
3656 | USE_FEATURE_SENDMAIL_MAILXX( \ | 3657 | USE_FEATURE_SENDMAIL_MAILXX( \ |