pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pflkm/files Do a "flush all" in the stop comm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1006acd3c4fc
branches:  trunk
changeset: 487681:1006acd3c4fc
user:      peter <peter%pkgsrc.org@localhost>
date:      Tue Jan 18 17:36:53 2005 +0000

description:
Do a "flush all" in the stop command.  From Miles Nordin.

diffstat:

 security/pflkm/files/pf.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 989fa3db0462 -r 1006acd3c4fc security/pflkm/files/pf.sh
--- a/security/pflkm/files/pf.sh        Tue Jan 18 17:35:27 2005 +0000
+++ b/security/pflkm/files/pf.sh        Tue Jan 18 17:36:53 2005 +0000
@@ -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_stop()
 {
        echo "Disabling pf firewall."
-       ${pfctl} -q -d
+       ${pfctl} -q -Fa -d
 }
 
 pf_reload()



Home | Main Index | Thread Index | Old Index