diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 09:33:05 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 09:33:05 +0000 |
commit | a33d84087c28cd992930dee0323e0d655c74ffd9 (patch) | |
tree | 37a1001115acc897104e50253672dfd8d2824dbe /net-firewall | |
parent | fixed broken authforce ebuild. bug #176947 (diff) | |
download | gentoo-2-a33d84087c28cd992930dee0323e0d655c74ffd9.tar.gz gentoo-2-a33d84087c28cd992930dee0323e0d655c74ffd9.tar.bz2 gentoo-2-a33d84087c28cd992930dee0323e0d655c74ffd9.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/firehol/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/firehol/firehol-1.250-r1.ebuild | 7 | ||||
-rw-r--r-- | net-firewall/firehol/firehol-1.250-r2.ebuild | 7 | ||||
-rw-r--r-- | net-firewall/firehol/firehol-1.250.ebuild | 7 |
4 files changed, 14 insertions, 13 deletions
diff --git a/net-firewall/firehol/ChangeLog b/net-firewall/firehol/ChangeLog index f5464cf37667..21da77007567 100644 --- a/net-firewall/firehol/ChangeLog +++ b/net-firewall/firehol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-firewall/firehol # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.28 2007/05/05 12:10:04 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.29 2007/05/06 09:33:05 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> firehol-1.250.ebuild, + firehol-1.250-r1.ebuild, firehol-1.250-r2.ebuild: + Replacing einfo with elog *firehol-1.250-r2 (05 May 2007) diff --git a/net-firewall/firehol/firehol-1.250-r1.ebuild b/net-firewall/firehol/firehol-1.250-r1.ebuild index eeb9c79a88d2..9a7e99d2b04f 100644 --- a/net-firewall/firehol/firehol-1.250-r1.ebuild +++ b/net-firewall/firehol/firehol-1.250-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.250-r1.ebuild,v 1.1 2007/04/26 21:13:56 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.250-r1.ebuild,v 1.2 2007/05/06 09:33:05 genone Exp $ inherit eutils @@ -68,8 +68,8 @@ src_install() { } pkg_postinst() { - einfo "The default path to firehol's configuration file is /etc/firehol/firehol.conf" - einfo "See /etc/firehol/examples for configuration examples." + elog "The default path to firehol's configuration file is /etc/firehol/firehol.conf" + elog "See /etc/firehol/examples for configuration examples." # # Install a default configuration if none is available yet if [[ ! -e "${ROOT}/etc/firehol/firehol.conf" ]]; then @@ -77,4 +77,3 @@ pkg_postinst() { cp "${ROOT}/etc/firehol/examples/client-all.conf" "${ROOT}/etc/firehol/firehol.conf" fi } - diff --git a/net-firewall/firehol/firehol-1.250-r2.ebuild b/net-firewall/firehol/firehol-1.250-r2.ebuild index 08ee8d481b7e..6503129e6f03 100644 --- a/net-firewall/firehol/firehol-1.250-r2.ebuild +++ b/net-firewall/firehol/firehol-1.250-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.250-r2.ebuild,v 1.1 2007/05/05 12:10:04 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.250-r2.ebuild,v 1.2 2007/05/06 09:33:05 genone Exp $ inherit eutils @@ -68,8 +68,8 @@ src_install() { } pkg_postinst() { - einfo "The default path to firehol's configuration file is /etc/firehol/firehol.conf" - einfo "See /etc/firehol/examples for configuration examples." + elog "The default path to firehol's configuration file is /etc/firehol/firehol.conf" + elog "See /etc/firehol/examples for configuration examples." # # Install a default configuration if none is available yet if [[ ! -e "${ROOT}/etc/firehol/firehol.conf" ]]; then @@ -77,4 +77,3 @@ pkg_postinst() { cp "${ROOT}/etc/firehol/examples/client-all.conf" "${ROOT}/etc/firehol/firehol.conf" fi } - diff --git a/net-firewall/firehol/firehol-1.250.ebuild b/net-firewall/firehol/firehol-1.250.ebuild index 33f75e5b0dbe..be3ae150bc37 100644 --- a/net-firewall/firehol/firehol-1.250.ebuild +++ b/net-firewall/firehol/firehol-1.250.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.250.ebuild,v 1.3 2007/04/28 17:39:44 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.250.ebuild,v 1.4 2007/05/06 09:33:05 genone Exp $ inherit eutils @@ -67,8 +67,8 @@ src_install() { } pkg_postinst() { - einfo "The default path to firehol's configuration file is /etc/firehol/firehol.conf" - einfo "See /etc/firehol/examples for configuration examples." + elog "The default path to firehol's configuration file is /etc/firehol/firehol.conf" + elog "See /etc/firehol/examples for configuration examples." # # Install a default configuration if none is available yet if [[ ! -e "${ROOT}/etc/firehol/firehol.conf" ]]; then @@ -76,4 +76,3 @@ pkg_postinst() { cp "${ROOT}/etc/firehol/examples/client-all.conf" "${ROOT}/etc/firehol/firehol.conf" fi } - |