From 749f2cafe027b8c2f8db291d8550946ffb88f12f Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Wed, 14 Jan 2004 02:05:37 +0000 Subject: - Fixed incorrect path in nrpe.sh init script. (Reported by: Angel Eduardo Porras Meza ) PR: 61335 Submitted by: Paul Dlug Approved by: erwin (mentor) (implicitly) --- net-mgmt/nrpe/Makefile | 3 ++- net-mgmt/nrpe2/Makefile | 3 ++- net/nrpe/Makefile | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/net-mgmt/nrpe/Makefile b/net-mgmt/nrpe/Makefile index 554ef1e90caf..2700f88f4557 100644 --- a/net-mgmt/nrpe/Makefile +++ b/net-mgmt/nrpe/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 diff --git a/net-mgmt/nrpe2/Makefile b/net-mgmt/nrpe2/Makefile index 554ef1e90caf..2700f88f4557 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 diff --git a/net/nrpe/Makefile b/net/nrpe/Makefile index 554ef1e90caf..2700f88f4557 100644 --- a/net/nrpe/Makefile +++ b/net/nrpe/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 -- cgit v1.2.3