summaryrefslogtreecommitdiff
path: root/net-analyzer/nrpe/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-06 18:23:20 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-06 18:23:20 +0000
commitd37b97a25b8b10f748eead6574b01f893f140b01 (patch)
tree13e2a142a31cd193a39c63042a64cab29a1f7ae9 /net-analyzer/nrpe/files
parenta833e3f4a431b8eea751b7420e127787f9c92117 (diff)
gentoo resync : 06.12.2017
Diffstat (limited to 'net-analyzer/nrpe/files')
-rw-r--r--net-analyzer/nrpe/files/nrpe-3.2.0.init16
1 files changed, 0 insertions, 16 deletions
diff --git a/net-analyzer/nrpe/files/nrpe-3.2.0.init b/net-analyzer/nrpe/files/nrpe-3.2.0.init
deleted file mode 100644
index acf8b549ee78..000000000000
--- a/net-analyzer/nrpe/files/nrpe-3.2.0.init
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-: ${CFGFILE:=/etc/nagios/nrpe.cfg}
-
-extra_started_commands="reload"
-command="/usr/bin/${SVCNAME}"
-command_args="-c ${CFGFILE} --daemon"
-pidfile=/run/nrpe.pid
-
-reload() {
- ebegin "Reloading ${SVCNAME}"
- start-stop-daemon --exec $command --pidfile $pidfile --signal HUP
- eend $?
-}