commit: a008f4a6406eb6e1da4ae263b5acb94618c75d28 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Dec 4 20:19:35 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Dec 6 13:03:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a008f4a6
net-analyzer/nrpe: remove unused file Closes: https://github.com/gentoo/gentoo/pull/6442 net-analyzer/nrpe/files/nrpe-3.2.0.init | 16 ---------------- 1 file changed, 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 acf8b549ee7..00000000000 --- 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 $? -}
