ports/61335: [PATCH] net/nrpe: update to 1.9
Paul Dlug
paul at nerdlabs.com
Tue Jan 13 21:50:25 UTC 2004
>Number: 61335
>Category: ports
>Synopsis: [PATCH] net/nrpe: update to 1.9
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Jan 13 13:50:20 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Paul Dlug
>Release: FreeBSD 5.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD lugnut.aps.org 5.2-RELEASE FreeBSD 5.2-RELEASE #7: Sat Jan 10 20:45:02 EST 2004
>Description:
Fixed incorrect path in nrpe.sh init script. (Reported by: Angel Eduardo Porras Meza <aporrasmeza at hotmail.com>)
Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:
--- nrpe-1.9.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/nrpe/Makefile /usr/home/paul/myports/net/nrpe/Makefile
--- /usr/ports/net/nrpe/Makefile Fri Nov 21 00:37:59 2003
+++ /usr/home/paul/myports/net/nrpe/Makefile Tue Jan 13 16:36:59 2004
@@ -19,7 +19,7 @@
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
--- nrpe-1.9.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list