diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-03 23:42:56 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-03 23:42:56 +0000 |
commit | 9a35b322a3ae9f9f00b2655a0c37fcfe0639c406 (patch) | |
tree | 69f8b1e56b943b58b4dfc849062714571bd02c2a /dev-perl/JKFlow | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-9a35b322a3ae9f9f00b2655a0c37fcfe0639c406.tar.gz gentoo-2-9a35b322a3ae9f9f00b2655a0c37fcfe0639c406.tar.bz2 gentoo-2-9a35b322a3ae9f9f00b2655a0c37fcfe0639c406.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-perl/JKFlow')
-rw-r--r-- | dev-perl/JKFlow/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/JKFlow/JKFlow-3.4.2.ebuild | 28 |
2 files changed, 18 insertions, 15 deletions
diff --git a/dev-perl/JKFlow/ChangeLog b/dev-perl/JKFlow/ChangeLog index c58b1e31da76..1f282640dd96 100644 --- a/dev-perl/JKFlow/ChangeLog +++ b/dev-perl/JKFlow/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/JKFlow # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JKFlow/ChangeLog,v 1.3 2007/02/01 20:52:58 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JKFlow/ChangeLog,v 1.4 2007/03/03 23:42:56 genone Exp $ + + 03 Mar 2007; Marius Mauch <genone@gentoo.org> JKFlow-3.4.2.ebuild: + Replacing einfo with elog 01 Feb 2007; Markus Ullmann <jokey@gentoo.org> -JKFlow-3.4.ebuild: cleanup diff --git a/dev-perl/JKFlow/JKFlow-3.4.2.ebuild b/dev-perl/JKFlow/JKFlow-3.4.2.ebuild index f3cc45e48203..216fb0ac4d07 100644 --- a/dev-perl/JKFlow/JKFlow-3.4.2.ebuild +++ b/dev-perl/JKFlow/JKFlow-3.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JKFlow/JKFlow-3.4.2.ebuild,v 1.1 2005/09/12 16:13:15 strerror Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JKFlow/JKFlow-3.4.2.ebuild,v 1.2 2007/03/03 23:42:56 genone Exp $ inherit eutils @@ -50,16 +50,16 @@ pkg_postinst() { chown flows:flows /var/lib/flows/bin/JKFlow.pm chown flows:flows /var/lib/flows/bin/JKFlow_example_routers.xml chown flows:flows /var/lib/flows/bin/JKFlow_example_sites.xml - einfo - einfo "You will need to add the following line to flowscan.cf:" - einfo " ReportClasses JKFlow" - einfo "You must also comment out any other lines that contain" - einfo "ReportClasses." - einfo - einfo "JKFlows configuration is complex. You should review" - einfo "the two sample configuration files in /var/lib/flows/bin" - einfo "and use them as a basis for configuration for your own" - einfo "network. More information can be found at:" - einfo "http://users.telenet.be/jurgen.kobierczynski/jkflow/eindwerk.pdf" - einfo + elog + elog "You will need to add the following line to flowscan.cf:" + elog " ReportClasses JKFlow" + elog "You must also comment out any other lines that contain" + elog "ReportClasses." + elog + elog "JKFlows configuration is complex. You should review" + elog "the two sample configuration files in /var/lib/flows/bin" + elog "and use them as a basis for configuration for your own" + elog "network. More information can be found at:" + elog "http://users.telenet.be/jurgen.kobierczynski/jkflow/eindwerk.pdf" + elog } |