ports/72198: Update port: mail/mailgraph

Gea-Suan Lin gslin at netnews.NCTU.edu.tw
Thu Sep 30 13:50:14 UTC 2004


>Number:         72198
>Category:       ports
>Synopsis:       Update port: mail/mailgraph
>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:   Thu Sep 30 13:50:13 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0: Tue Aug 10 21:24:00 CST 2004 root at netnews.NCTU.edu.tw:/da1/usr.obj/da0/usr.src/sys/NETNEWS i386


	
>Description:
	Use ${WWWOWN} & ${WWWGRP} (predefined in bsd.port.mk) instead of
	www & www.
	
>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/mail/mailgraph/Makefile mailgraph/Makefile
--- /usr/ports/mail/mailgraph/Makefile	Wed Jul 14 03:14:13 2004
+++ mailgraph/Makefile	Thu Sep 30 21:40:37 2004
@@ -20,8 +20,8 @@
 NO_BUILD=	yes
 
 DATADIR?=	/var/db/mailgraph
-MAILGRAPH_USER?=	www
-MAILGRAPH_GROUP?=	www
+MAILGRAPH_USER?=	${WWWOWN}
+MAILGRAPH_GROUP?=	${WWWGRP}
 
 USE_REINPLACE=	yes
 USE_RC_SUBR=	yes
@@ -37,8 +37,8 @@
 	@${ECHO_MSG} "You may set following options:"
 	@${ECHO_MSG}
 	@${ECHO_MSG} "DATADIR=/var/db/mailgraph		Where do you put RRD databases?"
-	@${ECHO_MSG} "MAILGRAPH_USER=www			User to run mailgraph"
-	@${ECHO_MSG} "MAILGRAPH_GROUP=www			Group to run mailgraph"
+	@${ECHO_MSG} "MAILGRAPH_USER=www			User to run mailgraph (Default: ${WWWOWN})"
+	@${ECHO_MSG} "MAILGRAPH_GROUP=www			Group to run mailgraph (Default: ${WWWGRP}"
 	@${ECHO_MSG}
 
 post-patch:
	


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



More information about the freebsd-ports-bugs mailing list