summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-07-10 18:06:59 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-07-10 18:06:59 +0000
commit5eff2e7883b2d4c4703a3fad30abcb2c3dd0241b (patch)
tree11ebbf459f8c1e8eed46096f768a8cff8aab7d08 /net-firewall/iptables
parentupdated patch (Manifest recommit) (diff)
downloadgentoo-2-5eff2e7883b2d4c4703a3fad30abcb2c3dd0241b.tar.gz
gentoo-2-5eff2e7883b2d4c4703a3fad30abcb2c3dd0241b.tar.bz2
gentoo-2-5eff2e7883b2d4c4703a3fad30abcb2c3dd0241b.zip
Closing #56537.
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r--net-firewall/iptables/ChangeLog5
-rw-r--r--net-firewall/iptables/files/ip6tables.init4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog
index c3fd90b1f5af..260253c54cb6 100644
--- a/net-firewall/iptables/ChangeLog
+++ b/net-firewall/iptables/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-firewall/iptables
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.38 2004/07/05 18:11:34 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.39 2004/07/10 18:06:59 aliz Exp $
+
+ 10 Jul 2004; Daniel Ahlberg <aliz@gentoo.org> files/ip6tables.init:
+ Fix typo in init file, closing #56537.
05 Jul 2004; Michal Januszewski <spock@gentoo.org>
iptables-1.2.11-r2.ebuild:
diff --git a/net-firewall/iptables/files/ip6tables.init b/net-firewall/iptables/files/ip6tables.init
index 02446e245d4d..128391081e4a 100644
--- a/net-firewall/iptables/files/ip6tables.init
+++ b/net-firewall/iptables/files/ip6tables.init
@@ -2,7 +2,7 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or
# later
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/ip6tables.init,v 1.3 2004/01/26 10:40:42 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/ip6tables.init,v 1.4 2004/07/10 18:06:59 aliz Exp $
opts="start stop save reload"
@@ -65,7 +65,7 @@ stop() {
reload() {
ebegin "Flushing firewall"
- for a in `cat /proc/net/ip_tables_names`; do
+ for a in `cat /proc/net/ip6_tables_names`; do
/sbin/ip6tables -F -t $a
/sbin/ip6tables -X -t $a
done;