sys-apps/linux-misc-apps: add ewarn for hpfall->freefall upstream change per bug...
authorRobin H. Johnson <robbat2@gentoo.org>
Thu, 10 Mar 2016 16:10:41 +0000 (08:10 -0800)
committerRobin H. Johnson <robbat2@gentoo.org>
Thu, 10 Mar 2016 16:11:06 +0000 (08:11 -0800)
Package-Manager: portage-2.2.27

sys-apps/linux-misc-apps/linux-misc-apps-3.18.ebuild

index a6891fb9288caa37e7efa880765f138fe4e847ff..0714c8db8be37ff87055462aece462ac114552c7 100644 (file)
@@ -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
 }