diff options
-rw-r--r-- | etc/rc.d/pf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/pf b/etc/rc.d/pf index db1bf60..cf91da3 100644 --- a/etc/rc.d/pf +++ b/etc/rc.d/pf @@ -40,7 +40,7 @@ pf_prestart() pf_start() { echo "Enabling pf." - $pf_program -Fall > /dev/null 2>&1 + $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 |