From glarkin@sourcehosting.net  Wed Apr 28 15:55:08 2010
Return-Path: <glarkin@sourcehosting.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AAE46106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 28 Apr 2010 15:55:08 +0000 (UTC)
	(envelope-from glarkin@sourcehosting.net)
Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11])
	by mx1.freebsd.org (Postfix) with ESMTP id 87B568FC21
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 28 Apr 2010 15:55:08 +0000 (UTC)
Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv)
	by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD))
	(envelope-from <glarkin@sourcehosting.net>)
	id 1O79bO-0008C2-BD; Wed, 28 Apr 2010 11:55:07 -0400
Received: from fbsd70.entropy.prv (fbsd70.entropy.prv [192.168.1.14])
	by cube.entropy.prv (Postfix) with ESMTP
	id 8E6533F13D29; Wed, 28 Apr 2010 11:55:06 -0400 (EDT)
Received: from fbsd70.entropy.prv (localhost [127.0.0.1])
	by fbsd70.entropy.prv (8.14.2/8.14.2) with ESMTP id o3SFtEgW069923;
	Wed, 28 Apr 2010 11:55:14 -0400 (EDT)
	(envelope-from glarkin@fbsd70.entropy.prv)
Received: (from glarkin@localhost)
	by fbsd70.entropy.prv (8.14.2/8.14.2/Submit) id o3SFtEiu069922;
	Wed, 28 Apr 2010 11:55:14 -0400 (EDT)
	(envelope-from glarkin)
Message-Id: <201004281555.o3SFtEiu069922@fbsd70.entropy.prv>
Date: Wed, 28 Apr 2010 11:55:14 -0400 (EDT)
From: Greg Larkin <glarkin@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: chifeng@gmail.com
Subject: [PATCH] sysutils/moosefs-chunkserver: Verbiage fixes for pkg-message
X-Send-Pr-Version: 3.113
X-GNATS-Notify: chifeng@gmail.com

>Number:         146118
>Category:       ports
>Synopsis:       [PATCH] sysutils/moosefs-chunkserver: Verbiage fixes for pkg-message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glarkin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 28 16:00:05 UTC 2010
>Closed-Date:    Thu Apr 29 09:22:34 EDT 2010
>Last-Modified:  Thu Apr 29 13:30:04 UTC 2010
>Originator:     Greg Larkin
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD fbsd70.entropy.prv 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
Minor cleanups for pkg-message

Port maintainer (chifeng@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- moosefs-chunkserver-1.6.15.patch begins here ---
Index: files/pkg-message.in
===================================================================
RCS file: /home/pcvs/ports/sysutils/moosefs-chunkserver/files/pkg-message.in,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-message.in
--- files/pkg-message.in	7 Apr 2010 03:00:06 -0000	1.1
+++ files/pkg-message.in	28 Apr 2010 15:54:31 -0000
@@ -1,12 +1,11 @@
 ************************************************************************
 
-Three startup scripts has been installed as: 
+A startup script has been installed as: 
 
 %%PREFIX%%/etc/rc.d/mfschunkserver
 
-Use it to start/stop the mfsmaster, mfsmetalogge and mfschunkserver
-services after you have added the following line to your rc.conf
-file respectively:
+Use it to start/stop the mfschunkserver service after you have added
+the following line to your rc.conf file:
 
 mfschunkserver_enable="YES"
 
--- moosefs-chunkserver-1.6.15.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->glarkin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Apr 28 16:00:28 UTC 2010 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146118 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Apr 28 16:00:32 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: chifeng@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/146118: [PATCH] sysutils/moosefs-chunkserver: Verbiage fixes for pkg-message
Date: Wed, 28 Apr 2010 16:00:30 UT

 Maintainer of sysutils/moosefs-chunkserver,
 
 Please note that PR ports/146118 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146118
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: chifeng <chifeng@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/146118: [PATCH] sysutils/moosefs-chunkserver: Verbiage 
	fixes for pkg-message
Date: Thu, 29 Apr 2010 09:47:34 +0800

 --000e0cd147307c572d0485564ff8
 Content-Type: text/plain; charset=ISO-8859-1
 
 Approved.
 I really appreciate your help!
 
 On Thu, Apr 29, 2010 at 12:00 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
 
 > Maintainer of sysutils/moosefs-chunkserver,
 >
 > Please note that PR ports/146118 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146118
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 
 
 -- 
 regards.
 chifeng
 
 --000e0cd147307c572d0485564ff8
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 Approved.=A0<div>I really appreciate your help!<br><br><div class=3D"gmail_=
 quote">On Thu, Apr 29, 2010 at 12:00 AM, Edwin Groothuis <span dir=3D"ltr">=
 &lt;<a href=3D"mailto:edwin@freebsd.org">edwin@freebsd.org</a>&gt;</span> w=
 rote:<br>
 <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
 x #ccc solid;padding-left:1ex;">Maintainer of sysutils/moosefs-chunkserver,=
 <br>
 <br>
 Please note that PR ports/146118 has just been submitted.<br>
 <br>
 If it contains a patch for an upgrade, an enhancement or a bug fix<br>
 you agree on, reply to this email stating that you approve the patch<br>
 and a committer will take care of it.<br>
 <br>
 The full text of the PR can be found at:<br>
  =A0 =A0<a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/14611=
 8" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/146=
 118</a><br>
 <font color=3D"#888888"><br>
 --<br>
 Edwin Groothuis via the GNATS Auto Assign Tool<br>
 edwin@FreeBSD.org<br>
 </font></blockquote></div><br><br clear=3D"all"><br>-- <br>regards.<br>chif=
 eng<br>
 </div>
 
 --000e0cd147307c572d0485564ff8--
State-Changed-From-To: feedback->closed 
State-Changed-By: glarkin 
State-Changed-When: Thu Apr 29 09:22:24 EDT 2010 
State-Changed-Why:  
Committed with your approval, thank you! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146118: commit references a PR
Date: Thu, 29 Apr 2010 13:22:00 +0000 (UTC)

 glarkin     2010-04-29 13:21:52 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/moosefs-chunkserver/files pkg-message.in 
   Log:
   - Verbiage fixes for pkg-message
   
   PR:             ports/146118
   Submitted by:   glarkin
   Approved by:    chifeng@gmail.com (maintainer)
   
   Revision  Changes    Path
   1.2       +3 -4      ports/sysutils/moosefs-chunkserver/files/pkg-message.in
 _______________________________________________
 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:
