svn commit: r356857 - head/net-mgmt/nrpe
Bryan Drewery
bdrewery at FreeBSD.org
Fri Jun 6 22:08:35 UTC 2014
Author: bdrewery
Date: Fri Jun 6 22:08:34 2014
New Revision: 356857
URL: http://svnweb.freebsd.org/changeset/ports/356857
QAT: https://qat.redports.org/buildarchive/r356857/
Log:
- Fix %%PIDDIR%% not being replaced in nrpe2 rc script
Modified:
head/net-mgmt/nrpe/Makefile
Modified: head/net-mgmt/nrpe/Makefile
==============================================================================
--- head/net-mgmt/nrpe/Makefile Fri Jun 6 21:40:56 2014 (r356856)
+++ head/net-mgmt/nrpe/Makefile Fri Jun 6 22:08:34 2014 (r356857)
@@ -3,7 +3,7 @@
PORTNAME= nrpe
DISTVERSION= 2.15
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-mgmt
MASTER_SITES= SF/nagios/${PORTNAME}-2.x/${PORTNAME}-${PORTVERSION}
@@ -59,6 +59,7 @@ CONFIGURE_ARGS+=--bindir=${PREFIX}/sbin
PLIST_SUB= NAGIOSDIR=${NAGIOSDIR} \
NAGIOSUID=${NAGIOSUID} \
NRPE_PIDDIR=${NRPE_PIDDIR}
+SUB_LIST+= PIDDIR=${NRPE_PIDDIR}
SUB_FILES= pkg-message
More information about the svn-ports-all
mailing list