diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-18 22:53:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-18 22:53:51 +0000 |
commit | 054312a08eff90164fd0235b9f2d75cc4929dfa1 (patch) | |
tree | 3fd926388fed43ee5ff57a416dc7a08fa35873b0 /net-firewall | |
parent | Add patch from upstream to fix a coredump in some games #102987 by Avuton Olr... (diff) | |
download | gentoo-2-054312a08eff90164fd0235b9f2d75cc4929dfa1.tar.gz gentoo-2-054312a08eff90164fd0235b9f2d75cc4929dfa1.tar.bz2 gentoo-2-054312a08eff90164fd0235b9f2d75cc4929dfa1.zip |
fix warning message as pointed out by Dizzy in #92535
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/iptables-1.3.2.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.3.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-firewall/iptables/iptables-1.3.2.ebuild b/net-firewall/iptables/iptables-1.3.2.ebuild index c9d950a3bde8..2f053b1aa743 100644 --- a/net-firewall/iptables/iptables-1.3.2.ebuild +++ b/net-firewall/iptables/iptables-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.2.ebuild,v 1.6 2005/08/18 14:56:14 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.2.ebuild,v 1.7 2005/08/18 22:53:51 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs linux-info @@ -154,6 +154,6 @@ pkg_postinst() { fi echo ewarn "When upgrading from iptables-1.2.x, you may be unable to remove" - ewarn "rules added with iptables-1.3.x. This is a known issue, please see:" + ewarn "rules added with iptables-1.2.x. This is a known issue, please see:" ewarn "http://bugs.gentoo.org/show_bug.cgi?id=92535" } diff --git a/net-firewall/iptables/iptables-1.3.3.ebuild b/net-firewall/iptables/iptables-1.3.3.ebuild index 746492224340..124a9ca0c7f8 100644 --- a/net-firewall/iptables/iptables-1.3.3.ebuild +++ b/net-firewall/iptables/iptables-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.3.ebuild,v 1.1 2005/08/16 23:16:04 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.3.ebuild,v 1.2 2005/08/18 22:53:51 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs linux-info @@ -154,6 +154,6 @@ pkg_postinst() { fi echo ewarn "When upgrading from iptables-1.2.x, you may be unable to remove" - ewarn "rules added with iptables-1.3.x. This is a known issue, please see:" + ewarn "rules added with iptables-1.2.x. This is a known issue, please see:" ewarn "http://bugs.gentoo.org/show_bug.cgi?id=92535" } |