summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2004-04-17 19:09:09 +0000
committerfjoe <fjoe@FreeBSD.org>2004-04-17 19:09:09 +0000
commite6c3857b045e88f70e15235ca700defba1547675 (patch)
tree0a3e75d00728d8a434ebdb9e5c01303b306874a3 /etc
parent0333af10cb4550d3d6d4cf01d2b0ca5849702004 (diff)
downloadFreeBSD-src-e6c3857b045e88f70e15235ca700defba1547675.zip
FreeBSD-src-e6c3857b045e88f70e15235ca700defba1547675.tar.gz
sendmail_submit_enable and sendmail_outbound_enable checks were reverted.
Found by: Morten Rodal <morten@rodal.no>
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/sendmail4
1 files changed, 2 insertions, 2 deletions
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}"
OpenPOWER on IntegriCloud