diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-23 16:19:30 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-23 16:19:30 +0000 |
commit | 6e23ca316951f2119136590ec236f41aeaa6e6be (patch) | |
tree | bec81ef4b33853aed98a0a2c60c472c824c1d6ff /app-laptop/hdapsd/hdapsd-20060409.ebuild | |
parent | Drop old (diff) | |
download | historical-6e23ca316951f2119136590ec236f41aeaa6e6be.tar.gz historical-6e23ca316951f2119136590ec236f41aeaa6e6be.tar.bz2 historical-6e23ca316951f2119136590ec236f41aeaa6e6be.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-laptop/hdapsd/hdapsd-20060409.ebuild')
-rw-r--r-- | app-laptop/hdapsd/hdapsd-20060409.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-laptop/hdapsd/hdapsd-20060409.ebuild b/app-laptop/hdapsd/hdapsd-20060409.ebuild index dc391b8c76db..51fe680a4bc5 100644 --- a/app-laptop/hdapsd/hdapsd-20060409.ebuild +++ b/app-laptop/hdapsd/hdapsd-20060409.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-laptop/hdapsd/hdapsd-20060409.ebuild,v 1.3 2006/06/28 08:58:14 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/hdapsd-20060409.ebuild,v 1.4 2007/01/23 16:14:46 genone Exp $ inherit eutils linux-info @@ -85,7 +85,7 @@ pkg_postinst(){ if ! kernel_patched ; then ewarn "Your kernel has NOT been patched for blk_freeze" - einfo "The ebuild can attempt to patch your kernel like so" - einfo " emerge --config =${PF}" + elog "The ebuild can attempt to patch your kernel like so" + elog " emerge --config =${PF}" fi } |