summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc42
1 files changed, 4 insertions, 38 deletions
diff --git a/etc/rc b/etc/rc
index 1ac04b2..422e523 100644
--- a/etc/rc
+++ b/etc/rc
@@ -702,44 +702,10 @@ case ${usbd_enable} in
;;
esac
-# Note: Please keep the sendmail startup code here in sync with the code
-# in src/etc/mail/Makefile.
-case ${sendmail_enable} in
-[Nn][Oo][Nn][Ee])
- ;;
-[Yy][Ee][Ss])
- echo -n ' sendmail'
- /usr/sbin/sendmail ${sendmail_flags}
- ;;
-*)
- case ${sendmail_submit_enable} in
- [Yy][Ee][Ss])
- echo -n ' sendmail-submit'
- /usr/sbin/sendmail ${sendmail_submit_flags}
- ;;
- *)
- case ${sendmail_outbound_enable} in
- [Yy][Ee][Ss])
- echo -n ' sendmail-outbound'
- /usr/sbin/sendmail ${sendmail_outbound_flags}
- ;;
- esac
- ;;
- esac
- ;;
-esac
-
-case ${sendmail_enable} in
-[Nn][Oo][Nn][Ee])
- ;;
-*)
- if [ -r /etc/mail/submit.cf ]; then
- case ${sendmail_msp_queue_enable} in
- [Yy][Ee][Ss])
- echo -n ' sendmail-clientmqueue'
- /usr/sbin/sendmail ${sendmail_msp_queue_flags}
- ;;
- esac
+case ${mta_start_script} in
+/*)
+ if [ -r ${mta_start_script} ]; then
+ sh ${mta_start_script}
fi
;;
esac
OpenPOWER on IntegriCloud