diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-05 04:04:53 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-05 04:04:53 +0000 |
commit | 5469f6f840027efe97b66bf68bd1994f394ff333 (patch) | |
tree | f297bf97d223789a765c470e65b11ced0f775efc /dev-util/oprofile/oprofile-0.9.2.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-5469f6f840027efe97b66bf68bd1994f394ff333.tar.gz gentoo-2-5469f6f840027efe97b66bf68bd1994f394ff333.tar.bz2 gentoo-2-5469f6f840027efe97b66bf68bd1994f394ff333.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-util/oprofile/oprofile-0.9.2.ebuild')
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/oprofile/oprofile-0.9.2.ebuild b/dev-util/oprofile/oprofile-0.9.2.ebuild index 7592dcad3029..75f2c0f3e335 100644 --- a/dev-util/oprofile/oprofile-0.9.2.ebuild +++ b/dev-util/oprofile/oprofile-0.9.2.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/dev-util/oprofile/oprofile-0.9.2.ebuild,v 1.2 2006/10/14 17:21:59 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.2.ebuild,v 1.3 2007/03/05 04:04:53 genone Exp $ inherit eutils qt3 linux-info @@ -63,9 +63,9 @@ pkg_postinst() { [[ ${ROOT} == / ]] && /sbin/modules-update echo - einfo "Now load the oprofile module by running:" - einfo " # opcontrol --init" - einfo "Then read manpages and this html doc:" - einfo " /usr/share/doc/oprofile/oprofile.html" + elog "Now load the oprofile module by running:" + elog " # opcontrol --init" + elog "Then read manpages and this html doc:" + elog " /usr/share/doc/oprofile/oprofile.html" echo } |