Skip to content

Commit

Permalink
sys-process/cronie: Warn on update to restart daemon (bug #557406).
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
Lars Wendler committed Aug 30, 2015
1 parent eeff2c1 commit b96a43b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sys-process/cronie/cronie-1.5.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
6 changes: 6 additions & 0 deletions sys-process/cronie/cronie-1.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit b96a43b

Please sign in to comment.