aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-27 21:24:08 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-27 21:24:08 +0000
commit3dee8e2bac464eb66b14ac42806c8611b6fb6a19 (patch)
tree5a5e72afc287b48be2659754c8692d020d06f976 /include
parentbbd55c9ec71f6a65ea876951b8c51df7df8b8da6 (diff)
downloadbusybox-w32-3dee8e2bac464eb66b14ac42806c8611b6fb6a19.tar.gz
busybox-w32-3dee8e2bac464eb66b14ac42806c8611b6fb6a19.tar.bz2
busybox-w32-3dee8e2bac464eb66b14ac42806c8611b6fb6a19.zip
sendmail: update from maintainer
Diffstat (limited to 'include')
-rw-r--r--include/applets.h2
-rw-r--r--include/usage.h15
2 files changed, 11 insertions, 6 deletions
diff --git a/include/applets.h b/include/applets.h
index e7fc3c03c..591d715c8 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -306,7 +306,7 @@ USE_RX(APPLET(rx, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
306USE_SCRIPT(APPLET(script, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 306USE_SCRIPT(APPLET(script, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
307USE_SED(APPLET(sed, _BB_DIR_BIN, _BB_SUID_NEVER)) 307USE_SED(APPLET(sed, _BB_DIR_BIN, _BB_SUID_NEVER))
308USE_SELINUXENABLED(APPLET(selinuxenabled, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) 308USE_SELINUXENABLED(APPLET(selinuxenabled, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
309USE_SENDMAIL(APPLET_ODDNAME(sendmail, sendgetmail, _BB_DIR_USR_BIN, _BB_SUID_NEVER, sendmail)) 309USE_SENDMAIL(APPLET_ODDNAME(sendmail, sendgetmail, _BB_DIR_USR_SBIN, _BB_SUID_NEVER, sendmail))
310USE_SEQ(APPLET_NOFORK(seq, seq, _BB_DIR_USR_BIN, _BB_SUID_NEVER, seq)) 310USE_SEQ(APPLET_NOFORK(seq, seq, _BB_DIR_USR_BIN, _BB_SUID_NEVER, seq))
311USE_SESTATUS(APPLET(sestatus, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) 311USE_SESTATUS(APPLET(sestatus, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
312USE_SETARCH(APPLET(setarch, _BB_DIR_BIN, _BB_SUID_NEVER)) 312USE_SETARCH(APPLET(setarch, _BB_DIR_BIN, _BB_SUID_NEVER))
diff --git a/include/usage.h b/include/usage.h
index df8958060..dd66728be 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1088,11 +1088,12 @@
1088 "\n -S SECTORS" \ 1088 "\n -S SECTORS" \
1089 1089
1090#define fetchmail_trivial_usage \ 1090#define fetchmail_trivial_usage \
1091 "[-w timeout] [-U user] -P password [-X] [-t] [-z] server[:port] maildir [prog]" 1091 "[-w timeout] [-H server[:port]] [-U user] -P password [-X] [-t] [-z] maildir [prog]"
1092#define fetchmail_full_usage "\n\n" \ 1092#define fetchmail_full_usage "\n\n" \
1093 "Fetch content of remote mailbox to local Maildir.\n" \ 1093 "Fetch content of remote mailbox to local Maildir.\n" \
1094 "\nOptions:" \ 1094 "\nOptions:" \
1095 "\n -w timeout Set timeout on network operations" \ 1095 "\n -w timeout Set timeout on network operations" \
1096 "\n -H server[:port] Set server" \
1096 "\n -U username Authenticate with specified username/password" \ 1097 "\n -U username Authenticate with specified username/password" \
1097 "\n -P password" \ 1098 "\n -P password" \
1098 "\n -X Use openssl connection helper for secured servers" \ 1099 "\n -X Use openssl connection helper for secured servers" \
@@ -3425,19 +3426,23 @@
3425#define selinuxenabled_full_usage "" 3426#define selinuxenabled_full_usage ""
3426 3427
3427#define sendmail_trivial_usage \ 3428#define sendmail_trivial_usage \
3428 "[-w timeout] [-U user] [-P password] [-X]\n" \ 3429 "[-w timeout] [-H server[:port]] [-U user] [-P password] [-X]\n" \
3429 "-t to [-t to]... [-n] [-s subject] [-c charset] server[:port] from [body] [attachment ...]" 3430 "[-c charset] [-n] [-i] [-s subject] [-a attach]... [-t] [-f sender] [rcpt]..."
3430#define sendmail_full_usage "\n\n" \ 3431#define sendmail_full_usage "\n\n" \
3431 "Send an email.\n" \ 3432 "Send an email.\n" \
3432 "\nOptions:" \ 3433 "\nOptions:" \
3433 "\n -w timeout Set timeout on network operations" \ 3434 "\n -w timeout Set timeout on network operations" \
3435 "\n -H server[:port] Set server" \
3434 "\n -U username Authenticate with specified username/password" \ 3436 "\n -U username Authenticate with specified username/password" \
3435 "\n -P password" \ 3437 "\n -P password" \
3436 "\n -t address Recipient(s). May be repeated" \
3437 "\n -X Use openssl connection helper for secured servers" \ 3438 "\n -X Use openssl connection helper for secured servers" \
3439 "\n -c charset Assumed charset for body and subject [utf-8]" \
3438 "\n -n Request delivery notification to sender" \ 3440 "\n -n Request delivery notification to sender" \
3441 "\n -i Ignore single dots in mail body. Implied" \
3439 "\n -s subject Subject" \ 3442 "\n -s subject Subject" \
3440 "\n -c charset Assumed charset for body and subject [utf-8]" \ 3443 "\n -a file File to attach. May be multiple" \
3444 "\n -t Read recipients and subject from body" \
3445 "\n -f Set sender address" \
3441 3446
3442#define seq_trivial_usage \ 3447#define seq_trivial_usage \
3443 "[first [increment]] last" 3448 "[first [increment]] last"