commit: 2e62c0cc7df9980463034243c8f58fde49b32665
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 16:10:41 2016 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 16:11:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e62c0cc
sys-apps/linux-misc-apps: add ewarn for hpfall->freefall upstream change per
bug #566916.
Package-Manager: portage-2.2.27
sys-apps/linux-misc-apps/linux-misc-apps-3.18.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys-apps/linux-misc-apps/linux-misc-apps-3.18.ebuild
b/sys-apps/linux-misc-apps/linux-misc-apps-3.18.ebuild
index a6891fb..0714c8d 100644
--- a/sys-apps/linux-misc-apps/linux-misc-apps-3.18.ebuild
+++ b/sys-apps/linux-misc-apps/linux-misc-apps-3.18.ebuild
@@ -166,4 +166,8 @@ pkg_postinst() {
echo
elog "The cpupower utility is maintained separately at
sys-power/cpupower"
elog "The usbip utility is maintained separately at net-misc/usbip"
+ elog "The hpfall tool has been renamed by upstream to freefall; update
your config if needed"
+ if find /etc/runlevels/ -name hpfall ; then
+ ewarn "You must change hpfall to freefall in your runlevels!"
+ fi
}