diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 17:52:35 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 17:52:35 +0000 |
commit | b2be10853959a6f7b301cfa8c1658083f35af408 (patch) | |
tree | b9c28660baee1f0dbc20de2906b243c7ae529652 /net-analyzer | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-b2be10853959a6f7b301cfa8c1658083f35af408.tar.gz gentoo-2-b2be10853959a6f7b301cfa8c1658083f35af408.tar.bz2 gentoo-2-b2be10853959a6f7b301cfa8c1658083f35af408.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/iptraf/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/iptraf/iptraf-3.0.0-r2.ebuild | 22 | ||||
-rw-r--r-- | net-analyzer/iptraf/iptraf-3.0.0-r3.ebuild | 20 |
3 files changed, 26 insertions, 22 deletions
diff --git a/net-analyzer/iptraf/ChangeLog b/net-analyzer/iptraf/ChangeLog index b703cfde9656..fca0d2056343 100644 --- a/net-analyzer/iptraf/ChangeLog +++ b/net-analyzer/iptraf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/iptraf # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.54 2007/04/24 05:12:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.55 2007/05/01 17:52:35 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> iptraf-3.0.0-r2.ebuild, + iptraf-3.0.0-r3.ebuild: + Replacing einfo with elog 24 Apr 2007; Jeroen Roovers <jer@gentoo.org> iptraf-3.0.0-r3.ebuild: Stable for HPPA too. diff --git a/net-analyzer/iptraf/iptraf-3.0.0-r2.ebuild b/net-analyzer/iptraf/iptraf-3.0.0-r2.ebuild index 3f7c1a04de17..d9909b7d329f 100644 --- a/net-analyzer/iptraf/iptraf-3.0.0-r2.ebuild +++ b/net-analyzer/iptraf/iptraf-3.0.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-3.0.0-r2.ebuild,v 1.12 2006/10/16 22:11:48 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-3.0.0-r2.ebuild,v 1.13 2007/05/01 17:52:35 genone Exp $ inherit eutils flag-o-matic @@ -63,14 +63,14 @@ src_install() { pkg_postinst() { if use suid ; then - einfo - einfo "You've chosen to build iptraf with run-as-user support" - einfo - einfo "The app now has this support, but for security reasons" - einfo "you need to run the following command to allow your users" - einfo "to suid-run it:" - einfo - einfo " # chmod 4755 /usr/sbin/iptraf" - einfo + elog + elog "You've chosen to build iptraf with run-as-user support" + elog + elog "The app now has this support, but for security reasons" + elog "you need to run the following command to allow your users" + elog "to suid-run it:" + elog + elog " # chmod 4755 /usr/sbin/iptraf" + elog fi } diff --git a/net-analyzer/iptraf/iptraf-3.0.0-r3.ebuild b/net-analyzer/iptraf/iptraf-3.0.0-r3.ebuild index 7984a966cf1b..901765560ca1 100644 --- a/net-analyzer/iptraf/iptraf-3.0.0-r3.ebuild +++ b/net-analyzer/iptraf/iptraf-3.0.0-r3.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-analyzer/iptraf/iptraf-3.0.0-r3.ebuild,v 1.8 2007/04/24 05:12:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-3.0.0-r3.ebuild,v 1.9 2007/05/01 17:52:35 genone Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -73,14 +73,14 @@ src_install() { pkg_postinst() { if use suid ; then - einfo - einfo "You've chosen to build iptraf with run-as-user support" - einfo - einfo "The app now has this support, but for security reasons" - einfo "you need to run the following command to allow your users" - einfo "to suid-run it:" - einfo - einfo " # chmod 4755 /usr/sbin/iptraf" - einfo + elog + elog "You've chosen to build iptraf with run-as-user support" + elog + elog "The app now has this support, but for security reasons" + elog "you need to run the following command to allow your users" + elog "to suid-run it:" + elog + elog " # chmod 4755 /usr/sbin/iptraf" + elog fi } |