mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-process/cronie: Warn on update to restart daemon (bug #557406).
Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user