diff options
author | mtm <mtm@FreeBSD.org> | 2008-01-26 14:02:19 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2008-01-26 14:02:19 +0000 |
commit | bbd4f2a2116be9844c33e49113b99b9fcfe493be (patch) | |
tree | 12b4d2ed43ed5ae7e8ad93ff80bb1003006049c1 /etc/rc.d/ppp | |
parent | 2918e1cac2f03dbb77a75a9cb06fc11f41293df7 (diff) | |
download | FreeBSD-src-bbd4f2a2116be9844c33e49113b99b9fcfe493be.zip FreeBSD-src-bbd4f2a2116be9844c33e49113b99b9fcfe493be.tar.gz |
Generally, anything that runs rc.d scripts internally should
start using the quiet prefix (i.e. quietstart, quietstop, etc...).
Diffstat (limited to 'etc/rc.d/ppp')
-rw-r--r-- | etc/rc.d/ppp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/ppp b/etc/rc.d/ppp index b5ca7df..01fc2b1 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() { |