diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-27 21:24:08 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-27 21:24:08 +0000 |
commit | 3dee8e2bac464eb66b14ac42806c8611b6fb6a19 (patch) | |
tree | 5a5e72afc287b48be2659754c8692d020d06f976 /include/applets.h | |
parent | bbd55c9ec71f6a65ea876951b8c51df7df8b8da6 (diff) |
sendmail: update from maintainer
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 2 |
1 files changed, 1 insertions, 1 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)) USE_SCRIPT(APPLET(script, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) USE_SED(APPLET(sed, _BB_DIR_BIN, _BB_SUID_NEVER)) USE_SELINUXENABLED(APPLET(selinuxenabled, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) -USE_SENDMAIL(APPLET_ODDNAME(sendmail, sendgetmail, _BB_DIR_USR_BIN, _BB_SUID_NEVER, sendmail)) +USE_SENDMAIL(APPLET_ODDNAME(sendmail, sendgetmail, _BB_DIR_USR_SBIN, _BB_SUID_NEVER, sendmail)) USE_SEQ(APPLET_NOFORK(seq, seq, _BB_DIR_USR_BIN, _BB_SUID_NEVER, seq)) USE_SESTATUS(APPLET(sestatus, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) USE_SETARCH(APPLET(setarch, _BB_DIR_BIN, _BB_SUID_NEVER)) |