From: Robin H. Johnson Date: Thu, 10 Mar 2016 16:10:41 +0000 (-0800) Subject: sys-apps/linux-misc-apps: add ewarn for hpfall->freefall upstream change per bug... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2e62c0cc7df9980463034243c8f58fde49b32665;p=gentoo.git sys-apps/linux-misc-apps: add ewarn for hpfall->freefall upstream change per bug #566916. Package-Manager: portage-2.2.27 --- 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 }