diff --git a/etc/rc.d/ipfw b/etc/rc.d/ipfw index 920eb28f178..115d85aeb7f 100644 --- a/etc/rc.d/ipfw +++ b/etc/rc.d/ipfw @@ -24,7 +24,7 @@ ipfw_start() if [ -r "${firewall_script}" ]; then if [ -f /etc/rc.d/natd ] ; then - /etc/rc.d/natd start + /etc/rc.d/natd quietstart fi /bin/sh "${firewall_script}" echo 'Firewall rules loaded.' @@ -52,7 +52,7 @@ ipfw_stop() # ${SYSCTL_W} net.inet.ip.fw.enable=0 if [ -f /etc/rc.d/natd ] ; then - /etc/rc.d/natd stop + /etc/rc.d/natd quietstop fi } diff --git a/etc/rc.d/mountcritremote b/etc/rc.d/mountcritremote index bacf73240aa..94a37dcee96 100755 --- a/etc/rc.d/mountcritremote +++ b/etc/rc.d/mountcritremote @@ -65,7 +65,7 @@ mountcritremote_start() done # Cleanup /var again just in case it's a network mount. - /etc/rc.d/cleanvar reload + /etc/rc.d/cleanvar quietreload rm -f /var/run/clean_var /var/spool/lock/clean_var } diff --git a/etc/rc.d/ppp b/etc/rc.d/ppp index b5ca7df0456..01fc2b19c37 100644 --- a/etc/rc.d/ppp +++ b/etc/rc.d/ppp @@ -82,8 +82,8 @@ ppp_poststart() { # Re-Sync ipfilter and pf so they pick up any new network interfaces # - /etc/rc.d/ipfilter resync - /etc/rc.d/pf resync + /etc/rc.d/ipfilter quietresync + /etc/rc.d/pf quietresync } ppp_stop_profile() {