From: Lars Wendler Date: Sun, 30 Aug 2015 13:09:46 +0000 (+0200) Subject: sys-process/cronie: Warn on update to restart daemon (bug #557406). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b96a43b993a5bd442127e2e5d495fbbdc7a1e674;p=gentoo.git sys-process/cronie: Warn on update to restart daemon (bug #557406). Package-Manager: portage-2.2.20.1 --- diff --git a/sys-process/cronie/cronie-1.5.0-r1.ebuild b/sys-process/cronie/cronie-1.5.0-r1.ebuild index 2bc6434d1e5d..77e51d82e941 100644 --- a/sys-process/cronie/cronie-1.5.0-r1.ebuild +++ b/sys-process/cronie/cronie-1.5.0-r1.ebuild @@ -82,4 +82,10 @@ src_install() { pkg_postinst() { cron_pkg_postinst + + if [[ -n "${REPLACING_VERSIONS}" ]] ; then + ewarn "You should restart ${PN} daemon or else you might experience segfaults" + ewarn "or ${PN} not working reliably anymore." + einfo "(see https://bugs.gentoo.org/557406 for details.)" + fi } diff --git a/sys-process/cronie/cronie-1.5.0.ebuild b/sys-process/cronie/cronie-1.5.0.ebuild index f4af12a5b385..debcc4af5fae 100644 --- a/sys-process/cronie/cronie-1.5.0.ebuild +++ b/sys-process/cronie/cronie-1.5.0.ebuild @@ -82,4 +82,10 @@ src_install() { pkg_postinst() { cron_pkg_postinst + + if [[ -n "${REPLACING_VERSIONS}" ]] ; then + ewarn "You should restart ${PN} daemon or else you might experience segfaults" + ewarn "or ${PN} not working reliably anymore." + einfo "(see https://bugs.gentoo.org/557406 for details.)" + fi }