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 | 9897bbb2debf23638c760c1043c7762d0b62410b (patch) | |
tree | 069bc8aed256787f06f10b71598817aaefad3f9d /security | |
parent | cfe080c5fe2715275a724eca110058538db2fc40 (diff) | |
download | pkgsrc-9897bbb2debf23638c760c1043c7762d0b62410b.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() |