From bd7824e136bd3a80fe47866d756a0c0f7abc033f Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 5 Jun 2006 03:47:14 +0000 Subject: [PATCH] Use an option form better matching the manual. --- etc/rc.d/pf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/pf b/etc/rc.d/pf index db1bf60cd580..cf91da3c9073 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