sys-process/cronie: Warn on update to restart daemon (bug #557406).

Package-Manager: portage-2.2.20.1
This commit is contained in:
Lars Wendler
2015-08-30 15:09:46 +02:00
parent eeff2c1a87
commit b96a43b993
2 changed files with 12 additions and 0 deletions

View File

@@ -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
}

View File

@@ -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
}