summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
}