From rafan@svm.csie.ntu.edu.tw  Thu Sep 30 14:51:13 2004
Return-Path: <rafan@svm.csie.ntu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AF97916A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Sep 2004 14:51:13 +0000 (GMT)
Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.30.145])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 215AA43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Sep 2004 14:51:13 +0000 (GMT)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: from svm.csie.ntu.edu.tw (fakerafan@localhost.csie.ntu.edu.tw [127.0.0.1])
	by svm.csie.ntu.edu.tw (8.13.1/8.13.1) with ESMTP id i8UEp9NA014428;
	Thu, 30 Sep 2004 22:51:09 +0800 (CST)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: (from rafan@localhost)
	by svm.csie.ntu.edu.tw (8.13.1/8.13.1/Submit) id i8UEp9K6014427;
	Thu, 30 Sep 2004 22:51:09 +0800 (CST)
	(envelope-from rafan)
Message-Id: <20040930145109.GA6015@svm.csie.ntu.edu.tw>
Date: Thu, 30 Sep 2004 22:51:09 +0800
From: Rong-En Fan <rafan@infor.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
In-Reply-To: <20040930134333.B7F69266@netnews.NCTU.edu.tw>
Subject: Re: Update port: mail/mailgraph
References: <20040930134333.B7F69266@netnews.NCTU.edu.tw>

>Number:         72201
>Category:       ports
>Synopsis:       Re: Update port: mail/mailgraph
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    ceri
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 30 15:00:36 GMT 2004
>Closed-Date:    Fri Oct 01 19:42:41 GMT 2004
>Last-Modified:  Fri Oct 01 19:42:41 GMT 2004
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 looks good, but there is a missing ) after ${WWWGRP} 
 
 +	@${ECHO_MSG} "MAILGRAPH_GROUP=www			Group to run mailgraph (Default: ${WWWGRP}"
 
 please commit it with the fix above.
 
 Rong-En Fan, maintainer
 
 On Thu, Sep 30, 2004 at 09:43:33PM +0800, Gea-Suan Lin wrote:
 > 
 > >Submitter-Id:	current-users
 > >Originator:	Gea-Suan Lin
 > >Organization:	
 > >Confidential:	no 
 > >Synopsis:	Update port: mail/mailgraph
 > >Severity:	non-critical
 > >Priority:	low
 > >Category:	ports
 > >Class:		change-request
 > >Release:	FreeBSD 4.10-RELEASE-p2 i386
 > >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@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:
 > 	
 > 
 > 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ceri 
State-Changed-When: Fri Oct 1 19:42:09 GMT 2004 
State-Changed-Why:  
Misfiled followup to ports/72198 [content migrated]. 


Responsible-Changed-From-To: gnats-admin->ceri 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Fri Oct 1 19:42:09 GMT 2004 
Responsible-Changed-Why:  
Misfiled followup to ports/72198 [content migrated]. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72201 
>Unformatted:
