From e6c3857b045e88f70e15235ca700defba1547675 Mon Sep 17 00:00:00 2001 From: fjoe Date: Sat, 17 Apr 2004 19:09:09 +0000 Subject: sendmail_submit_enable and sendmail_outbound_enable checks were reverted. Found by: Morten Rodal --- etc/rc.d/sendmail | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/rc.d/sendmail b/etc/rc.d/sendmail index 05dbd3f..ccdb027 100755 --- a/etc/rc.d/sendmail +++ b/etc/rc.d/sendmail @@ -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}" -- cgit v1.1