ports/120976: net-mgmt/nrpe2: [PATCH]: add @stopdaemon to pkg-plist

Philip M. Gollucci pgollucci at p6m7g8.com
Fri Feb 22 20:30:03 UTC 2008


>Number:         120976
>Category:       ports
>Synopsis:       net-mgmt/nrpe2: [PATCH]: add @stopdaemon to pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 22 20:30:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        8.0-CURRENT
>Organization:
Riderway Inc.
>Environment:
FreeBSD philip.hq.rws 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Nov  6 16:28:12 EST 2007     pgollucci at philip.hq.rws:/usr/obj/usr/src/sys/RIDERWAY  i386

>Description:
1 Pull pkg-plist out of Makefile for [2]
2 add @stopdaemon command
  (see PR ports/120972)
3 PLIST_SUB isn't needed so removed.
4 Bump PORTREVISION
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/nrpe2/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile	20 Feb 2008 19:18:36 -0000	1.23
+++ Makefile	22 Feb 2008 20:21:56 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	nrpe2
 PORTVERSION=	2.11
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	nagios
@@ -38,8 +39,6 @@
 		--with-nrpe-user=${NAGIOSUSER} \
 		--with-nrpe-group=${NAGIOSGROUP}
 
-PLIST_FILES=	sbin/nrpe2 etc/nrpe.cfg-sample libexec/nagios/check_nrpe2
-
 SUB_VARS=	NAGIOSDIR=${NAGIOSDIR} \
 		NAGIOSUSER=${NAGIOSUSER} \
 		NAGIOSGROUP=${NAGIOSGROUP} \
@@ -51,7 +50,6 @@
 		pkg-message
 
 SUB_LIST+=	${SUB_VARS}
-PLIST_SUB+=	${SUB_VARS}
 
 .include <bsd.port.pre.mk>
 


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



More information about the freebsd-ports-bugs mailing list