View | Details | Raw Unified | Return to bug 221740
Collapse All | Expand All

(-)net-mgmt/nrpe/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	nrpe
4
PORTNAME=	nrpe
5
DISTVERSION=	2.15
5
DISTVERSION=	2.15
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
8
MASTER_SITES=	SF/nagios/${PORTNAME}-2.x/${PORTNAME}-${PORTVERSION}
8
MASTER_SITES=	SF/nagios/${PORTNAME}-2.x/${PORTNAME}-${PORTVERSION}
9
9
(-)net-mgmt/nrpe/files/nrpe2.in (+1 lines)
Lines 48-53 nrpe2_prestart() Link Here
48
{
48
{
49
	find_pidfile
49
	find_pidfile
50
	install -d -o ${nrpe_user:-nagios} ${pidfile%/*}
50
	install -d -o ${nrpe_user:-nagios} ${pidfile%/*}
51
	rm -f ${pidfile}
51
}
52
}
52
53
53
run_rc_command "$1"
54
run_rc_command "$1"

Return to bug 221740