summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2016-03-10 08:10:41 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2016-03-10 08:11:06 -0800
commit2e62c0cc7df9980463034243c8f58fde49b32665 (patch)
treeddbfbec9a8f83b3443e897809f6cc5240bfd1a5c /sys-apps
parentmedia-libs/mesa: depend on <sys-devel/llvm-3.8 (diff)
downloadgentoo-2e62c0cc7df9980463034243c8f58fde49b32665.tar.gz
gentoo-2e62c0cc7df9980463034243c8f58fde49b32665.tar.bz2
gentoo-2e62c0cc7df9980463034243c8f58fde49b32665.zip
sys-apps/linux-misc-apps: add ewarn for hpfall->freefall upstream change per bug #566916.
Package-Manager: portage-2.2.27
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/linux-misc-apps/linux-misc-apps-3.18.ebuild4
1 files changed, 4 insertions, 0 deletions
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 a6891fb9288c..0714c8db8be3 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
}