Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
Date: Sun, 30 Aug 2015 13:10:17
Message-Id: 1440940206.b96a43b993a5bd442127e2e5d495fbbdc7a1e674.polynomial-c@gentoo
1 commit: b96a43b993a5bd442127e2e5d495fbbdc7a1e674
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 13:09:46 2015 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 13:10:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96a43b9
7
8 sys-process/cronie: Warn on update to restart daemon (bug #557406).
9
10 Package-Manager: portage-2.2.20.1
11
12 sys-process/cronie/cronie-1.5.0-r1.ebuild | 6 ++++++
13 sys-process/cronie/cronie-1.5.0.ebuild | 6 ++++++
14 2 files changed, 12 insertions(+)
15
16 diff --git a/sys-process/cronie/cronie-1.5.0-r1.ebuild b/sys-process/cronie/cronie-1.5.0-r1.ebuild
17 index 2bc6434..77e51d8 100644
18 --- a/sys-process/cronie/cronie-1.5.0-r1.ebuild
19 +++ b/sys-process/cronie/cronie-1.5.0-r1.ebuild
20 @@ -82,4 +82,10 @@ src_install() {
21
22 pkg_postinst() {
23 cron_pkg_postinst
24 +
25 + if [[ -n "${REPLACING_VERSIONS}" ]] ; then
26 + ewarn "You should restart ${PN} daemon or else you might experience segfaults"
27 + ewarn "or ${PN} not working reliably anymore."
28 + einfo "(see https://bugs.gentoo.org/557406 for details.)"
29 + fi
30 }
31
32 diff --git a/sys-process/cronie/cronie-1.5.0.ebuild b/sys-process/cronie/cronie-1.5.0.ebuild
33 index f4af12a..debcc4a 100644
34 --- a/sys-process/cronie/cronie-1.5.0.ebuild
35 +++ b/sys-process/cronie/cronie-1.5.0.ebuild
36 @@ -82,4 +82,10 @@ src_install() {
37
38 pkg_postinst() {
39 cron_pkg_postinst
40 +
41 + if [[ -n "${REPLACING_VERSIONS}" ]] ; then
42 + ewarn "You should restart ${PN} daemon or else you might experience segfaults"
43 + ewarn "or ${PN} not working reliably anymore."
44 + einfo "(see https://bugs.gentoo.org/557406 for details.)"
45 + fi
46 }