diff options
author | peter <peter@pkgsrc.org> | 2005-01-18 17:36:53 +0000 |
---|---|---|
committer | peter <peter@pkgsrc.org> | 2005-01-18 17:36:53 +0000 |
commit | 58c6f5271be4a5a24c1f56422f6524d7e17cc5e4 (patch) | |
tree | 069bc8aed256787f06f10b71598817aaefad3f9d /security | |
parent | 14a37b4bdc1611a716fb0252f4fc31ff08f23877 (diff) | |
download | pkgsrc-58c6f5271be4a5a24c1f56422f6524d7e17cc5e4.tar.gz |
Do a "flush all" in the stop command. From Miles Nordin.
Diffstat (limited to 'security')
-rw-r--r-- | security/pflkm/files/pf.sh | 4 |
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() |