sendmail_submit_enable and sendmail_outbound_enable checks were reverted.

Found by:	Morten Rodal <morten@rodal.no>
This commit is contained in:
Max Khon 2004-04-17 19:09:09 +00:00
parent bc5cfff933
commit ca813d2986

View File

@ -74,14 +74,14 @@ run_rc_command "$1"
required_files=
if ! checkyesno sendmail_submit_enable; then
if checkyesno sendmail_submit_enable; then
name="sendmail_submit"
rcvar=`set_rcvar`
start_cmd="${command} ${sendmail_submit_flags}"
run_rc_command "$1"
fi
if ! checkyesno sendmail_outbound_enable; then
if checkyesno sendmail_outbound_enable; then
name="sendmail_outbound"
rcvar=`set_rcvar`
start_cmd="${command} ${sendmail_outbound_flags}"