diff options
Diffstat (limited to 'app-admin/longrun/longrun-0.9-r3.ebuild')
-rw-r--r-- | app-admin/longrun/longrun-0.9-r3.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app-admin/longrun/longrun-0.9-r3.ebuild b/app-admin/longrun/longrun-0.9-r3.ebuild index 6dcb76c5f07a..7756b109f710 100644 --- a/app-admin/longrun/longrun-0.9-r3.ebuild +++ b/app-admin/longrun/longrun-0.9-r3.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/longrun/longrun-0.9-r3.ebuild,v 1.2 2006/03/19 20:19:16 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9-r3.ebuild,v 1.3 2007/01/24 14:34:58 genone Exp $ inherit eutils linux-info @@ -53,15 +53,15 @@ src_install() { pkg_postinst() { if linux_chkconfig_module X86_MSR; then - einfo "You have compiled MSR as a module." - einfo "You need to load it before using Longrun." - einfo "The module is called msr." - einfo + elog "You have compiled MSR as a module." + elog "You need to load it before using Longrun." + elog "The module is called msr." + elog fi if linux_chkconfig_module X86_CPUID; then - einfo "You have compiled CPUID as a module." - einfo "You need to load it before using Longrun." - einfo "The module is called cpuid." + elog "You have compiled CPUID as a module." + elog "You need to load it before using Longrun." + elog "The module is called cpuid." fi } |