gnu/56554: add Cc: maintainer feature to send-pr

Norikatsu Shigemura nork at FreeBSD.org
Sun Sep 7 06:30:09 PDT 2003


>Number:         56554
>Category:       gnu
>Synopsis:       add Cc: maintainer feature to send-pr
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 07 06:30:07 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Norikatsu Shigemura
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
Ensure Technology Ltd.
>Environment:
System: FreeBSD nadesico.ninth-nine.com 5.1-CURRENT FreeBSD 5.1-CURRENT #29: Fri Sep 5 02:07:55 JST 2003 nork at nadesico.ninth-nine.com:/usr/obj/usr/src/sys/NADESICO i386
>Description:
	Almost submitter using send-pr(1) forgot to contact to maintainer.
	I(as FreeBSD committer) should contact to maintainer instead of
	submitter.  I think this is tired and slow work doing.
>How-To-Repeat:
	N/A
>Fix:
	send-pr's patch for 5-current (send-pr.current.diff).
	send-pr's patch for 4-stable  (send-pr.stable.diff).

	Anyone, would you please commit before 4.9-RELEASE?

--- send-pr.current.diff begins here ---
Index: send-pr.sh
===================================================================
RCS file: /home/ncvs/src/gnu/usr.bin/send-pr/send-pr.sh,v
retrieving revision 1.33
diff -u -r1.33 send-pr.sh
--- send-pr.sh	11 Aug 2003 19:41:14 -0000	1.33
+++ send-pr.sh	7 Sep 2003 13:05:00 -0000
@@ -136,7 +136,7 @@
        [-c address] [-a file] [--version]"
 REMOVE=
 BATCH=
-CC=
+CC="<please set maintainer address if exists>"
 SEVERITY_C=
 
 while [ $# -gt 0 ]; do
--- send-pr.current.diff ends here ---

--- send-pr.stable.diff begins here ---
Index: send-pr.sh
===================================================================
RCS file: /home/ncvs/src/gnu/usr.bin/send-pr/send-pr.sh,v
retrieving revision 1.13.2.11
diff -u -r1.13.2.11 send-pr.sh
--- send-pr.sh	19 Mar 2002 00:33:35 -0000	1.13.2.11
+++ send-pr.sh	7 Sep 2003 13:06:00 -0000
@@ -136,7 +136,7 @@
        [-c address] [-a file] [--version]"
 REMOVE=
 BATCH=
-CC=
+CC="<please set maintainer address if exists>"
 SEVERITY_C=
 
 while [ $# -gt 0 ]; do
--- send-pr.stable.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list