summaryrefslogtreecommitdiffstats
path: root/net-mgmt/nrpe2
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-01-14 02:05:37 +0000
committerclement <clement@FreeBSD.org>2004-01-14 02:05:37 +0000
commit27e04e11394ef27accad610fc967d38141c4ae10 (patch)
treef16182112132ca43f8180f5304d463d29e647f62 /net-mgmt/nrpe2
parent5394242d487911de6cb85e39ab3581477052620e (diff)
downloadFreeBSD-ports-27e04e11394ef27accad610fc967d38141c4ae10.zip
FreeBSD-ports-27e04e11394ef27accad610fc967d38141c4ae10.tar.gz
- Fixed incorrect path in nrpe.sh init script.
(Reported by: Angel Eduardo Porras Meza <aporrasmeza@hotmail.com>) PR: 61335 Submitted by: Paul Dlug <paul@nerdlabs.com> Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'net-mgmt/nrpe2')
-rw-r--r--net-mgmt/nrpe2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/nrpe2/Makefile b/net-mgmt/nrpe2/Makefile
index 554ef1e..2700f88 100644
--- a/net-mgmt/nrpe2/Makefile
+++ b/net-mgmt/nrpe2/Makefile
@@ -19,7 +19,8 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net/nagios-plu
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/nagios --sysconfdir=${PREFIX}/etc
+CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/nagios --sysconfdir=${PREFIX}/etc \
+ --sbindir=${PREFIX}/sbin --bindir=${PREFIX}/sbin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin/nrpe
OpenPOWER on IntegriCloud