diff options
author | 2017-07-16 08:41:10 -0400 | |
---|---|---|
committer | 2017-07-16 08:41:10 -0400 | |
commit | ff8b8d98148eb80e04011adc3ba1c757ee4f0c97 (patch) | |
tree | 8195e34e8414010dd3e5816179d8904eea355b77 /net-analyzer/nrpe | |
parent | dev-python/backports-ssl-match-hostname: remove python 3.5 and python 3.6 fro... (diff) | |
download | gentoo-ff8b8d98148eb80e04011adc3ba1c757ee4f0c97.tar.gz gentoo-ff8b8d98148eb80e04011adc3ba1c757ee4f0c97.tar.bz2 gentoo-ff8b8d98148eb80e04011adc3ba1c757ee4f0c97.zip |
net-analyzer/nrpe: new revision to fix the systemd service.
The systemd unit file we were shipping no longer works with
nrpe-3.x. Fortunately, upstream has their own service file which will
work for us. We now use upstream's copy instead. Thanks to Nemunaire
for the report, fix, and testing.
Gentoo-Bug: 620020
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'net-analyzer/nrpe')
-rw-r--r-- | net-analyzer/nrpe/nrpe-3.2.0-r1.ebuild (renamed from net-analyzer/nrpe/nrpe-3.2.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nrpe/nrpe-3.2.0.ebuild b/net-analyzer/nrpe/nrpe-3.2.0-r1.ebuild index 47ab35e74b4e..08d233c3de60 100644 --- a/net-analyzer/nrpe/nrpe-3.2.0.ebuild +++ b/net-analyzer/nrpe/nrpe-3.2.0-r1.ebuild @@ -49,7 +49,7 @@ src_install() { fperms 0640 /etc/nagios/nrpe.cfg newinitd "${FILESDIR}/nrpe-${PV}.init" nrpe - systemd_dounit "${FILESDIR}/${PN}.service" + systemd_newunit "startup/default-service" "${PN}.service" insinto /etc/xinetd.d/ newins "${FILESDIR}/nrpe.xinetd.2" nrpe |