summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/ppp
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2008-01-26 14:02:19 +0000
committermtm <mtm@FreeBSD.org>2008-01-26 14:02:19 +0000
commitbbd4f2a2116be9844c33e49113b99b9fcfe493be (patch)
tree12b4d2ed43ed5ae7e8ad93ff80bb1003006049c1 /etc/rc.d/ppp
parent2918e1cac2f03dbb77a75a9cb06fc11f41293df7 (diff)
downloadFreeBSD-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/ppp4
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() {
OpenPOWER on IntegriCloud