summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2006-06-05 03:47:14 +0000
committerobrien <obrien@FreeBSD.org>2006-06-05 03:47:14 +0000
commitbd7824e136bd3a80fe47866d756a0c0f7abc033f (patch)
tree7e901a87baf9aeba74a7629d0f28745f74fd738c
parent36f6d629b7291704eaedd81a0e36747e1f0fc119 (diff)
downloadFreeBSD-src-bd7824e136bd3a80fe47866d756a0c0f7abc033f.zip
FreeBSD-src-bd7824e136bd3a80fe47866d756a0c0f7abc033f.tar.gz
Use an option form better matching the manual.
-rw-r--r--etc/rc.d/pf2
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
OpenPOWER on IntegriCloud