diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-06 09:24:10 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-06 09:24:10 +0000 |
commit | 42d90183171122267f61f9329f60d24534ce297a (patch) | |
tree | 89077cce475fd0c6234f7614e1a72ea88f0875b7 /net-mgmt/nrpe | |
parent | 520b5f0998bead71d45c6213ec4c2c07ffe045bb (diff) |
Notes
Diffstat (limited to 'net-mgmt/nrpe')
-rw-r--r-- | net-mgmt/nrpe/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nrpe/files/nrpe2.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/nrpe/Makefile b/net-mgmt/nrpe/Makefile index 934adbbd2069..c7fceffa4165 100644 --- a/net-mgmt/nrpe/Makefile +++ b/net-mgmt/nrpe/Makefile @@ -3,7 +3,7 @@ PORTNAME= nrpe DISTVERSION= 2.15 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-mgmt MASTER_SITES= SF/nagios/${PORTNAME}-2.x/${PORTNAME}-${PORTVERSION} diff --git a/net-mgmt/nrpe/files/nrpe2.in b/net-mgmt/nrpe/files/nrpe2.in index 59f94fa5847b..18ce7a07d303 100644 --- a/net-mgmt/nrpe/files/nrpe2.in +++ b/net-mgmt/nrpe/files/nrpe2.in @@ -48,6 +48,7 @@ nrpe2_prestart() { find_pidfile install -d -o ${nrpe_user:-nagios} ${pidfile%/*} + rm -f ${pidfile} } run_rc_command "$1" |