diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-08-23 07:49:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-08-23 07:49:40 +0000 |
commit | 2ada7c73cef06cb029abe26d94d1dd1a8ecae115 (patch) | |
tree | d917af300534056dc957825252b02d4613bedfc6 /net-firewall/iptables/iptables-1.2.9-r1.ebuild | |
parent | new beta version (Manifest recommit) (diff) | |
download | gentoo-2-2ada7c73cef06cb029abe26d94d1dd1a8ecae115.tar.gz gentoo-2-2ada7c73cef06cb029abe26d94d1dd1a8ecae115.tar.bz2 gentoo-2-2ada7c73cef06cb029abe26d94d1dd1a8ecae115.zip |
fix spelling error. Thanks to: Kurt McKee <kurtmckee@northwestern.edu> in bug #61325
Diffstat (limited to 'net-firewall/iptables/iptables-1.2.9-r1.ebuild')
-rw-r--r-- | net-firewall/iptables/iptables-1.2.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/iptables/iptables-1.2.9-r1.ebuild b/net-firewall/iptables/iptables-1.2.9-r1.ebuild index 24784a5f00b9..1fdc090192e5 100644 --- a/net-firewall/iptables/iptables-1.2.9-r1.ebuild +++ b/net-firewall/iptables/iptables-1.2.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9-r1.ebuild,v 1.9 2004/08/19 21:59:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9-r1.ebuild,v 1.10 2004/08/23 07:49:40 seemant Exp $ inherit eutils flag-o-matic @@ -98,7 +98,7 @@ pkg_postinst() { einfo "If you are using the iptables initsscript you should save your" einfo "rules using the new iptables version before rebooting." einfo "" - einfo "If you are uprading to a >=2.4.21 kernel you may need to rebuild" + einfo "If you are upgrading to a >=2.4.21 kernel you may need to rebuild" einfo "iptables." einfo "" ewarn "!!! ipforwarding is now not a part of the iptables initscripts." |