From 2e62c0cc7df9980463034243c8f58fde49b32665 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Thu, 10 Mar 2016 08:10:41 -0800 Subject: 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(+) (limited to 'sys-apps') 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 } -- cgit v1.2.3-65-gdbad