Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/opentmpfiles/
Date: Fri, 24 Feb 2017 21:50:53
Message-Id: 1487972925.03343413458dc7358b12c899ea1203289be3e5c5.williamh@gentoo
1 commit: 03343413458dc7358b12c899ea1203289be3e5c5
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 24 21:40:22 2017 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 24 21:48:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03343413
7
8 sys-apps/opentmpfiles: sync live ebuild
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-apps/opentmpfiles/opentmpfiles-9999.ebuild | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild b/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild
16 index 011fa7ac95..7b29123b27 100644
17 --- a/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild
18 +++ b/sys-apps/opentmpfiles/opentmpfiles-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -40,6 +40,8 @@ add_service() {
26 }
27
28 pkg_postinst() {
29 - add_service opentmpfiles-dev sysinit
30 - add_service opentmpfiles-setup boot
31 + if [[ -z $REPLACING_VERSIONS ]]; then
32 + add_service opentmpfiles-dev sysinit
33 + add_service opentmpfiles-setup boot
34 + fi
35 }