diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-28 13:50:57 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-28 13:50:57 +0000 |
commit | 2b2d97705701f8a0c8a46313bad429582d906d81 (patch) | |
tree | 776813ad3936c99b8f5f320c1ffed00772bf1f11 /include | |
parent | 6826441a028aad602ebf21d983a4a1d843471b95 (diff) | |
download | busybox-w32-2b2d97705701f8a0c8a46313bad429582d906d81.tar.gz busybox-w32-2b2d97705701f8a0c8a46313bad429582d906d81.tar.bz2 busybox-w32-2b2d97705701f8a0c8a46313bad429582d906d81.zip |
sendmail: update by Vladimir
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 5 | ||||
-rw-r--r-- | include/usage.h | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/include/applets.h b/include/applets.h index 90b941766..35649d3df 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -149,7 +149,7 @@ USE_FBSPLASH(APPLET(fbsplash, _BB_DIR_SBIN, _BB_SUID_NEVER)) | |||
149 | USE_FDFLUSH(APPLET_ODDNAME(fdflush, freeramdisk, _BB_DIR_BIN, _BB_SUID_NEVER, fdflush)) | 149 | USE_FDFLUSH(APPLET_ODDNAME(fdflush, freeramdisk, _BB_DIR_BIN, _BB_SUID_NEVER, fdflush)) |
150 | USE_FDFORMAT(APPLET(fdformat, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 150 | USE_FDFORMAT(APPLET(fdformat, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
151 | USE_FDISK(APPLET(fdisk, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 151 | USE_FDISK(APPLET(fdisk, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
152 | USE_FETCHMAIL(APPLET_ODDNAME(fetchmail, sendgetmail, _BB_DIR_USR_BIN, _BB_SUID_NEVER, fetchmail)) | 152 | //USE_FETCHMAIL(APPLET(fetchmail, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) |
153 | USE_FEATURE_GREP_FGREP_ALIAS(APPLET_ODDNAME(fgrep, grep, _BB_DIR_BIN, _BB_SUID_NEVER, fgrep)) | 153 | USE_FEATURE_GREP_FGREP_ALIAS(APPLET_ODDNAME(fgrep, grep, _BB_DIR_BIN, _BB_SUID_NEVER, fgrep)) |
154 | USE_FIND(APPLET_NOEXEC(find, find, _BB_DIR_USR_BIN, _BB_SUID_NEVER, find)) | 154 | USE_FIND(APPLET_NOEXEC(find, find, _BB_DIR_USR_BIN, _BB_SUID_NEVER, find)) |
155 | USE_FINDFS(APPLET(findfs, _BB_DIR_SBIN, _BB_SUID_MAYBE)) | 155 | USE_FINDFS(APPLET(findfs, _BB_DIR_SBIN, _BB_SUID_MAYBE)) |
@@ -235,6 +235,7 @@ USE_LSATTR(APPLET(lsattr, _BB_DIR_BIN, _BB_SUID_NEVER)) | |||
235 | USE_LSMOD(APPLET(lsmod, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 235 | USE_LSMOD(APPLET(lsmod, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
236 | USE_MODPROBE_SMALL(APPLET_ODDNAME(lsmod, modprobe, _BB_DIR_SBIN, _BB_SUID_NEVER, modprobe)) | 236 | USE_MODPROBE_SMALL(APPLET_ODDNAME(lsmod, modprobe, _BB_DIR_SBIN, _BB_SUID_NEVER, modprobe)) |
237 | USE_UNLZMA(APPLET_ODDNAME(lzmacat, unlzma, _BB_DIR_USR_BIN, _BB_SUID_NEVER, lzmacat)) | 237 | USE_UNLZMA(APPLET_ODDNAME(lzmacat, unlzma, _BB_DIR_USR_BIN, _BB_SUID_NEVER, lzmacat)) |
238 | USE_FEATURE_SENDMAIL_MAILX(APPLET_ODDNAME(mail, sendmail, _BB_DIR_USR_BIN, _BB_SUID_NEVER, sendmail)) | ||
238 | USE_MAKEDEVS(APPLET(makedevs, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 239 | USE_MAKEDEVS(APPLET(makedevs, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
239 | USE_MAN(APPLET(man, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 240 | USE_MAN(APPLET(man, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
240 | USE_MATCHPATHCON(APPLET(matchpathcon, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) | 241 | USE_MATCHPATHCON(APPLET(matchpathcon, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) |
@@ -313,7 +314,7 @@ USE_RX(APPLET(rx, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | |||
313 | USE_SCRIPT(APPLET(script, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 314 | USE_SCRIPT(APPLET(script, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
314 | USE_SED(APPLET(sed, _BB_DIR_BIN, _BB_SUID_NEVER)) | 315 | USE_SED(APPLET(sed, _BB_DIR_BIN, _BB_SUID_NEVER)) |
315 | USE_SELINUXENABLED(APPLET(selinuxenabled, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) | 316 | USE_SELINUXENABLED(APPLET(selinuxenabled, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) |
316 | USE_SENDMAIL(APPLET_ODDNAME(sendmail, sendgetmail, _BB_DIR_USR_SBIN, _BB_SUID_NEVER, sendmail)) | 317 | USE_SENDMAIL(APPLET(sendmail, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) |
317 | USE_SEQ(APPLET_NOFORK(seq, seq, _BB_DIR_USR_BIN, _BB_SUID_NEVER, seq)) | 318 | USE_SEQ(APPLET_NOFORK(seq, seq, _BB_DIR_USR_BIN, _BB_SUID_NEVER, seq)) |
318 | USE_SESTATUS(APPLET(sestatus, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) | 319 | USE_SESTATUS(APPLET(sestatus, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) |
319 | USE_SETARCH(APPLET(setarch, _BB_DIR_BIN, _BB_SUID_NEVER)) | 320 | USE_SETARCH(APPLET(setarch, _BB_DIR_BIN, _BB_SUID_NEVER)) |
diff --git a/include/usage.h b/include/usage.h index a5234e053..fa7ac3bf7 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3468,7 +3468,7 @@ | |||
3468 | #define sendmail_trivial_usage \ | 3468 | #define sendmail_trivial_usage \ |
3469 | "[-w timeout] [-H [user:pass@]server[:port]] [-S]\n" \ | 3469 | "[-w timeout] [-H [user:pass@]server[:port]] [-S]\n" \ |
3470 | "[-N type] [-f sender] [-F fullname] " \ | 3470 | "[-N type] [-f sender] [-F fullname] " \ |
3471 | USE_FEATURE_SENDMAIL_MAILX("[-s subject] [-c charset] [-a attach]... ") "[-t] [rcpt]..." | 3471 | USE_FEATURE_SENDMAIL_MAILX("[-s subject] [-c cc-rcpt]... [-j charset] [-a attach]... [-e err-rcpt] ") "[-t] [rcpt]..." |
3472 | #define sendmail_full_usage "\n\n" \ | 3472 | #define sendmail_full_usage "\n\n" \ |
3473 | "Send an email\n" \ | 3473 | "Send an email\n" \ |
3474 | "\nOptions:" \ | 3474 | "\nOptions:" \ |
@@ -3480,9 +3480,11 @@ | |||
3480 | "\n -F fullname Sender full name. Overrides $NAME" \ | 3480 | "\n -F fullname Sender full name. Overrides $NAME" \ |
3481 | USE_FEATURE_SENDMAIL_MAILX( \ | 3481 | USE_FEATURE_SENDMAIL_MAILX( \ |
3482 | "\n -s subject Subject" \ | 3482 | "\n -s subject Subject" \ |
3483 | "\n -c charset Assume charset for body and subject (" CONFIG_FEATURE_SENDMAIL_CHARSET ")" \ | 3483 | "\n -c rcpt Cc: recipient. May be multiple" \ |
3484 | "\n -j charset Assume charset for body and subject (" CONFIG_FEATURE_SENDMAIL_CHARSET ")" \ | ||
3484 | "\n -a file File to attach. May be multiple" \ | 3485 | "\n -a file File to attach. May be multiple" \ |
3485 | ) | 3486 | "\n -e rcpt Errors-To: recipient" \ |
3487 | ) | ||
3486 | "\n -t Read recipients and subject from body" \ | 3488 | "\n -t Read recipients and subject from body" \ |
3487 | "\n" \ | 3489 | "\n" \ |
3488 | "\nOther options are silently ignored; -oi is implied" \ | 3490 | "\nOther options are silently ignored; -oi is implied" \ |