summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/pflkm/files/pf.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pflkm/files/pf.sh b/security/pflkm/files/pf.sh
index c47750c0890..61a0cbeedb1 100644
--- a/security/pflkm/files/pf.sh
+++ b/security/pflkm/files/pf.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: pf.sh,v 1.1.1.1 2004/11/05 15:05:30 peter Exp $
+# $NetBSD: pf.sh,v 1.2 2005/01/18 17:36:53 peter Exp $
#
# PROVIDE: pf
# REQUIRE: DAEMON
@@ -32,7 +32,7 @@ pf_start()
pf_stop()
{
echo "Disabling pf firewall."
- ${pfctl} -q -d
+ ${pfctl} -q -Fa -d
}
pf_reload()