From nobody@FreeBSD.org  Mon Nov  3 20:51:20 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 38EDA1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Nov 2008 20:51:20 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 27E718FC20
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Nov 2008 20:51:20 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mA3KpKbq094913
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 3 Nov 2008 20:51:20 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mA3KpJFZ094912;
	Mon, 3 Nov 2008 20:51:19 GMT
	(envelope-from nobody)
Message-Id: <200811032051.mA3KpJFZ094912@www.freebsd.org>
Date: Mon, 3 Nov 2008 20:51:19 GMT
From: Steven Kreuzer <skreuzer@exit2shell.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Fix USE_RC_SUBR for net-mgmt/nrpe
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         128568
>Category:       ports
>Synopsis:       Fix USE_RC_SUBR for net-mgmt/nrpe
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 03 21:00:09 UTC 2008
>Closed-Date:    Sun Nov 09 17:12:41 UTC 2008
>Last-Modified:  Sun Nov  9 17:20:01 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Nov 4 15:50:45 UTC 2008 
Responsible-Changed-Why:  
ports PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128568 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sun Nov 9 17:02:58 UTC 2008 
State-Changed-Why:  
I have fixed the port (your patch was incomplete). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128568 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128568: commit references a PR
Date: Sun,  9 Nov 2008 17:12:36 +0000 (UTC)

 pav         2008-11-09 17:12:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/nrpe        Makefile pkg-plist 
   Log:
   - Better style for rc.d and pkg-message
   
   PR:             ports/128568 (based on)
   Submitted by:   Steven Kreuzer <skreuzer@exit2shell.com>
   
   Revision  Changes    Path
   1.19      +2 -4      ports/net-mgmt/nrpe/Makefile
   1.6       +0 -1      ports/net-mgmt/nrpe/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
