Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Nov 2008 20:51:19 GMT
From:      Steven Kreuzer <skreuzer@exit2shell.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/128568: Fix USE_RC_SUBR for net-mgmt/nrpe
Message-ID:  <200811032051.mA3KpJFZ094912@www.freebsd.org>
Resent-Message-ID: <200811032100.mA3L09Ya057483@freefall.freebsd.org>

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

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



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