diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:13:55 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:13:55 +0000 |
commit | 64edd796e980f3d8abb3ef93f8dbda72655481bd (patch) | |
tree | 9a97386fb43f57c91920dc8cd09947da3830bbca /app-admin/fetchlog/fetchlog-1.0.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-64edd796e980f3d8abb3ef93f8dbda72655481bd.tar.gz gentoo-2-64edd796e980f3d8abb3ef93f8dbda72655481bd.tar.bz2 gentoo-2-64edd796e980f3d8abb3ef93f8dbda72655481bd.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-admin/fetchlog/fetchlog-1.0.ebuild')
-rw-r--r-- | app-admin/fetchlog/fetchlog-1.0.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app-admin/fetchlog/fetchlog-1.0.ebuild b/app-admin/fetchlog/fetchlog-1.0.ebuild index 8458c35fe870..efae314f8ce9 100644 --- a/app-admin/fetchlog/fetchlog-1.0.ebuild +++ b/app-admin/fetchlog/fetchlog-1.0.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/app-admin/fetchlog/fetchlog-1.0.ebuild,v 1.6 2006/09/07 23:58:01 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/fetchlog/fetchlog-1.0.ebuild,v 1.7 2007/01/24 14:13:55 genone Exp $ DESCRIPTION="Displays the last new messages of a logfile" HOMEPAGE="http://fetchlog.sourceforge.net/" @@ -17,13 +17,13 @@ DEPEND="snmp? ( )" pkg_preinst() { - einfo - einfo "This utility can be used together with Nagios" - einfo "To make use of these features you need to" - einfo "install net-analyzer/nagios." - einfo "This feature depends on SNMP, so make use you" - einfo "have 'snmp' in your USE flags" - einfo + elog + elog "This utility can be used together with Nagios" + elog "To make use of these features you need to" + elog "install net-analyzer/nagios." + elog "This feature depends on SNMP, so make use you" + elog "have 'snmp' in your USE flags" + elog } src_compile() { |