diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:44:57 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 19:44:57 +0000 |
commit | 3c24e4254483eecaea0a4d5c1db25b1baca24372 (patch) | |
tree | ee4f37166c542ac85aa3f13845ad51f7ee2a106e /net-firewall/iptables | |
parent | fixed accidental problem (diff) | |
download | historical-3c24e4254483eecaea0a4d5c1db25b1baca24372.tar.gz historical-3c24e4254483eecaea0a4d5c1db25b1baca24372.tar.bz2 historical-3c24e4254483eecaea0a4d5c1db25b1baca24372.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/iptables-1.2.11-r2.ebuild | 10 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.2.11-r3.ebuild | 10 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.2.9-r1.ebuild | 8 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.2.9-r4.ebuild | 10 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.2.9.ebuild | 6 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.3.1-r2.ebuild | 12 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.3.1-r4.ebuild | 12 |
7 files changed, 34 insertions, 34 deletions
diff --git a/net-firewall/iptables/iptables-1.2.11-r2.ebuild b/net-firewall/iptables/iptables-1.2.11-r2.ebuild index 35df17a58b73..a26e7d68141c 100644 --- a/net-firewall/iptables/iptables-1.2.11-r2.ebuild +++ b/net-firewall/iptables/iptables-1.2.11-r2.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.2.11-r2.ebuild,v 1.15 2005/03/09 10:16:31 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.11-r2.ebuild,v 1.16 2005/07/09 19:44:57 swegener Exp $ inherit eutils flag-o-matic @@ -24,7 +24,7 @@ pkg_setup() { einfo "WARNING: 3rd party extensions has been enabled." einfo "This means that iptables will use your currently installed" einfo "kernel in /usr/src/linux as headers for iptables." - einfo "" + einfo einfo "You may have to patch your kernel to allow iptables to build." einfo "Please check http://cvs.iptables.org/patch-o-matic-ng/updates/ for patches" einfo "for your kernel." @@ -158,13 +158,13 @@ pkg_postinst() { einfo "rules stored in /var/lib/iptables/rules-save" use ipv6 >/dev/null && einfo "and /var/lib/ip6tables/rules-save" einfo "This location can be changed in /etc/conf.d/iptables" - einfo "" + einfo einfo "If you are using the iptables initsscript you should save your" einfo "rules using the new iptables version before rebooting." - einfo "" + einfo einfo "If you are upgrading to a >=2.4.21 kernel you may need to rebuild" einfo "iptables." - einfo "" + einfo ewarn "!!! ipforwarding is now not a part of the iptables initscripts." einfo "Until a more permanent solution is implemented adding the following" einfo "to /etc/conf.d/local.start will enable ipforwarding at bootup:" diff --git a/net-firewall/iptables/iptables-1.2.11-r3.ebuild b/net-firewall/iptables/iptables-1.2.11-r3.ebuild index 40f9da268675..07f026abaca5 100644 --- a/net-firewall/iptables/iptables-1.2.11-r3.ebuild +++ b/net-firewall/iptables/iptables-1.2.11-r3.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.2.11-r3.ebuild,v 1.13 2005/03/28 23:04:01 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.11-r3.ebuild,v 1.14 2005/07/09 19:44:57 swegener Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -24,7 +24,7 @@ pkg_setup() { einfo "WARNING: 3rd party extensions has been enabled." einfo "This means that iptables will use your currently installed" einfo "kernel in /usr/src/linux as headers for iptables." - einfo "" + einfo einfo "You may have to patch your kernel to allow iptables to build." einfo "Please check http://cvs.iptables.org/patch-o-matic-ng/updates/ for patches" einfo "for your kernel." @@ -160,13 +160,13 @@ pkg_postinst() { einfo "rules stored in /var/lib/iptables/rules-save" use ipv6 >/dev/null && einfo "and /var/lib/ip6tables/rules-save" einfo "This location can be changed in /etc/conf.d/iptables" - einfo "" + einfo einfo "If you are using the iptables initsscript you should save your" einfo "rules using the new iptables version before rebooting." - einfo "" + einfo einfo "If you are upgrading to a >=2.4.21 kernel you may need to rebuild" einfo "iptables." - einfo "" + einfo ewarn "!!! ipforwarding is now not a part of the iptables initscripts." einfo "Until a more permanent solution is implemented adding the following" einfo "to /etc/conf.d/local.start will enable ipforwarding at bootup:" diff --git a/net-firewall/iptables/iptables-1.2.9-r1.ebuild b/net-firewall/iptables/iptables-1.2.9-r1.ebuild index f174b04f8a45..c5a0c744d92f 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-2005 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.11 2005/03/09 10:16:31 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9-r1.ebuild,v 1.12 2005/07/09 19:44:57 swegener Exp $ inherit eutils flag-o-matic @@ -94,13 +94,13 @@ pkg_postinst() { einfo "rules stored in /var/lib/iptables/rules-save" use ipv6 >/dev/null && einfo "and /var/lib/ip6tables/rules-save" einfo "This location can be changed in /etc/conf.d/iptables" - einfo "" + einfo einfo "If you are using the iptables initsscript you should save your" einfo "rules using the new iptables version before rebooting." - einfo "" + einfo einfo "If you are upgrading to a >=2.4.21 kernel you may need to rebuild" einfo "iptables." - einfo "" + einfo ewarn "!!! ipforwarding is now not a part of the iptables initscripts." einfo "Until a more permanent solution is implemented adding the following" einfo "to /etc/conf.d/local.start will enable ipforwarding at bootup:" diff --git a/net-firewall/iptables/iptables-1.2.9-r4.ebuild b/net-firewall/iptables/iptables-1.2.9-r4.ebuild index cfa52e23bde3..d35ca2a34cb0 100644 --- a/net-firewall/iptables/iptables-1.2.9-r4.ebuild +++ b/net-firewall/iptables/iptables-1.2.9-r4.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.2.9-r4.ebuild,v 1.5 2005/03/09 10:16:31 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9-r4.ebuild,v 1.6 2005/07/09 19:44:57 swegener Exp $ inherit eutils flag-o-matic @@ -22,7 +22,7 @@ pkg_setup() { einfo "WARNING: 3rd party extensions has been enabled." einfo "This means that iptables will use your currently installed" einfo "kernel in /usr/src/linux as headers for iptables." - einfo "" + einfo einfo "You may have to patch your kernel to allow iptables to build." einfo "Please check http://cvs.iptables.org/patch-o-matic-ng/updates/ for patches" einfo "for your kernel." @@ -149,13 +149,13 @@ pkg_postinst() { einfo "rules stored in /var/lib/iptables/rules-save" use ipv6 >/dev/null && einfo "and /var/lib/ip6tables/rules-save" einfo "This location can be changed in /etc/conf.d/iptables" - einfo "" + einfo einfo "If you are using the iptables initsscript you should save your" einfo "rules using the new iptables version before rebooting." - einfo "" + einfo einfo "If you are upgrading to a >=2.4.21 kernel you may need to rebuild" einfo "iptables." - einfo "" + einfo ewarn "!!! ipforwarding is now not a part of the iptables initscripts." einfo "Until a more permanent solution is implemented adding the following" einfo "to /etc/conf.d/local.start will enable ipforwarding at bootup:" diff --git a/net-firewall/iptables/iptables-1.2.9.ebuild b/net-firewall/iptables/iptables-1.2.9.ebuild index c25f78a15e14..426158b06c49 100644 --- a/net-firewall/iptables/iptables-1.2.9.ebuild +++ b/net-firewall/iptables/iptables-1.2.9.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.2.9.ebuild,v 1.19 2005/03/09 10:16:31 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9.ebuild,v 1.20 2005/07/09 19:44:57 swegener Exp $ inherit eutils flag-o-matic @@ -85,10 +85,10 @@ pkg_postinst() { einfo "This package now includes an initscript which loads and saves" einfo "rules stored in /var/lib/iptables/rules-save" einfo "This location can be changed in /etc/conf.d/iptables" - einfo "" + einfo einfo "If you are using the iptables initsscript you should save your" einfo "rules using the new iptables version before rebooting." - einfo "" + einfo einfo "If you are upgrading to a >=2.4.21 kernel you may need to rebuild" einfo "iptables." } diff --git a/net-firewall/iptables/iptables-1.3.1-r2.ebuild b/net-firewall/iptables/iptables-1.3.1-r2.ebuild index 0ce17fca7afe..a2ec37dac90a 100644 --- a/net-firewall/iptables/iptables-1.3.1-r2.ebuild +++ b/net-firewall/iptables/iptables-1.3.1-r2.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.1-r2.ebuild,v 1.2 2005/05/03 09:40:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.1-r2.ebuild,v 1.3 2005/07/09 19:44:57 swegener Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -34,11 +34,11 @@ pkg_setup() { einfo "WARNING: 3rd party extensions has been enabled." einfo "This means that iptables will use your currently installed" einfo "kernel in /usr/src/linux as headers for iptables." - einfo "" + einfo einfo "You may have to patch your kernel to allow iptables to build." einfo "Please check http://ftp.netfilter.org/pub/patch-o-matic-ng/snapshot/ for patches" einfo "for your kernel." - einfo "" + einfo einfo "For layer 7 support emerge net-misc/l7-filter-${L7_PV} before this" fi } @@ -169,13 +169,13 @@ pkg_postinst() { einfo "rules stored in /var/lib/iptables/rules-save" useq ipv6 >/dev/null && einfo "and /var/lib/ip6tables/rules-save" einfo "This location can be changed in /etc/conf.d/iptables" - einfo "" + einfo einfo "If you are using the iptables initsscript you should save your" einfo "rules using the new iptables version before rebooting." - einfo "" + einfo einfo "If you are upgrading to a >=2.4.21 kernel you may need to rebuild" einfo "iptables." - einfo "" + einfo ewarn "!!! ipforwarding is now not a part of the iptables initscripts." einfo "Until a more permanent solution is implemented adding the following" einfo "to /etc/conf.d/local.start will enable ipforwarding at bootup:" diff --git a/net-firewall/iptables/iptables-1.3.1-r4.ebuild b/net-firewall/iptables/iptables-1.3.1-r4.ebuild index 490e6d76902b..f2033f05deaa 100644 --- a/net-firewall/iptables/iptables-1.3.1-r4.ebuild +++ b/net-firewall/iptables/iptables-1.3.1-r4.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.1-r4.ebuild,v 1.4 2005/05/30 17:21:42 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.1-r4.ebuild,v 1.5 2005/07/09 19:44:57 swegener Exp $ inherit eutils flag-o-matic toolchain-funcs linux-info @@ -34,11 +34,11 @@ pkg_setup() { einfo "WARNING: 3rd party extensions has been enabled." einfo "This means that iptables will use your currently installed" einfo "kernel in ${KERNEL_DIR} as headers for iptables." - einfo "" + einfo einfo "You may have to patch your kernel to allow iptables to build." einfo "Please check http://ftp.netfilter.org/pub/patch-o-matic-ng/snapshot/ for patches" einfo "for your kernel." - einfo "" + einfo einfo "For layer 7 support emerge net-misc/l7-filter-${L7_PV} before this" linux-info_pkg_setup fi @@ -161,13 +161,13 @@ pkg_postinst() { einfo "rules stored in /var/lib/iptables/rules-save" useq ipv6 >/dev/null && einfo "and /var/lib/ip6tables/rules-save" einfo "This location can be changed in /etc/conf.d/iptables" - einfo "" + einfo einfo "If you are using the iptables initsscript you should save your" einfo "rules using the new iptables version before rebooting." - einfo "" + einfo einfo "If you are upgrading to a >=2.4.21 kernel you may need to rebuild" einfo "iptables." - einfo "" + einfo ewarn "!!! ipforwarding is now not a part of the iptables initscripts." einfo "Until a more permanent solution is implemented adding the following" einfo "to /etc/conf.d/local.start will enable ipforwarding at bootup:" |