Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2004 16:40:21 -0500 (EST)
From:      Paul Dlug <paul@nerdlabs.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        paul@nerdlabs.com
Subject:   ports/61335: [PATCH] net/nrpe: update to 1.9
Message-ID:  <200401132140.i0DLeLXx040982@lugnut.aps.org>
Resent-Message-ID: <200401132150.i0DLoLwC033792@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401132140.i0DLeLXx040982>