summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/pf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/pf')
-rwxr-xr-xetc/rc.d/pf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/pf b/etc/rc.d/pf
index 9f64c04..3426e90 100755
--- a/etc/rc.d/pf
+++ b/etc/rc.d/pf
@@ -29,7 +29,7 @@ pf_start()
$pf_program -F all > /dev/null 2>&1
$pf_program -f "$pf_rules" $pf_flags
if ! $pf_program -s info | grep -q "Enabled" ; then
- $pf_program -e
+ $pf_program -eq
fi
check_startmsgs && echo '.'
}
@@ -38,7 +38,7 @@ pf_stop()
{
if $pf_program -s info | grep -q "Enabled" ; then
echo -n 'Disabling pf'
- $pf_program -d
+ $pf_program -dq
echo '.'
fi
}
OpenPOWER on IntegriCloud