misc/128568: Fix USE_RC_SUBR for net-mgmt/nrpe

Steven Kreuzer skreuzer at exit2shell.com
Mon Nov 3 13:00:11 PST 2008


>Number:         128568
>Category:       misc
>Synopsis:       Fix USE_RC_SUBR for net-mgmt/nrpe
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 03 21:00:09 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Steven Kreuzer
>Release:        6.3-STABLE
>Organization:
>Environment:
FreeBSD slurry.exit2shell.com 6.3-STABLE FreeBSD 6.3-STABLE #1: Fri May 23 20:22:28 EDT 2008     root at biggierat.sddi.net:/usr/obj/usr/src/sys/SMP  amd64
>Description:
The value of the USE_RC_SUBR variable should be the name of the intended rc.d script
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /usr/share/cvs/freebsd/ports/net-mgmt/nrpe/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	6 Jun 2008 13:53:04 -0000	1.18
+++ Makefile	3 Nov 2008 20:47:48 -0000
@@ -19,7 +19,7 @@
 
 GNU_CONFIGURE=	yes
 USE_PERL5=	yes
-USE_RC_SUBR=	yes
+USE_RC_SUBR=	nrpe
 SUB_FILES=	nrpe pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
 


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list