Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nrpe/
Date: Sun, 16 Jul 2017 12:49:27
Message-Id: 1500208870.ff8b8d98148eb80e04011adc3ba1c757ee4f0c97.mjo@gentoo
1 commit: ff8b8d98148eb80e04011adc3ba1c757ee4f0c97
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 16 12:41:10 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 16 12:41:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8b8d98
7
8 net-analyzer/nrpe: new revision to fix the systemd service.
9
10 The systemd unit file we were shipping no longer works with
11 nrpe-3.x. Fortunately, upstream has their own service file which will
12 work for us. We now use upstream's copy instead. Thanks to Nemunaire
13 for the report, fix, and testing.
14
15 Gentoo-Bug: 620020
16
17 Package-Manager: Portage-2.3.6, Repoman-2.3.1
18
19 net-analyzer/nrpe/{nrpe-3.2.0.ebuild => nrpe-3.2.0-r1.ebuild} | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/net-analyzer/nrpe/nrpe-3.2.0.ebuild b/net-analyzer/nrpe/nrpe-3.2.0-r1.ebuild
23 similarity index 96%
24 rename from net-analyzer/nrpe/nrpe-3.2.0.ebuild
25 rename to net-analyzer/nrpe/nrpe-3.2.0-r1.ebuild
26 index 47ab35e74b4..08d233c3de6 100644
27 --- a/net-analyzer/nrpe/nrpe-3.2.0.ebuild
28 +++ b/net-analyzer/nrpe/nrpe-3.2.0-r1.ebuild
29 @@ -49,7 +49,7 @@ src_install() {
30 fperms 0640 /etc/nagios/nrpe.cfg
31
32 newinitd "${FILESDIR}/nrpe-${PV}.init" nrpe
33 - systemd_dounit "${FILESDIR}/${PN}.service"
34 + systemd_newunit "startup/default-service" "${PN}.service"
35
36 insinto /etc/xinetd.d/
37 newins "${FILESDIR}/nrpe.xinetd.2" nrpe