Index: netbsd.def =================================================================== RCS file: /cvsroot/htutils/cgi-src/gnats/netbsd.def,v retrieving revision 1.48 diff -u -r1.48 netbsd.def --- netbsd.def 27 Jan 2011 19:00:39 -0000 1.48 +++ netbsd.def 22 Sep 2013 07:01:38 -0000 @@ -99,7 +99,7 @@ $gnspsubmit="Submit Problem Report"; $gnspreset="Reset"; $gnspaskenv="Environment (output of \"uname -a\" on the problem machine)"; -$gnspaskrel="Which NetBSD Release You Are Using"; +$gnspaskrel="The NetBSD release (or pkgsrc branch and date) where you encountered the problem"; #$gnspdescription = ""; $gnsptacols = "72"; $gnsptarows = "15"; @@ -107,7 +107,7 @@ # # $gnsprep - sendpr reply page from dosendpr.cgi # -$gnspreptitle = "Thank You for the problem report"; +$gnspreptitle = "Thank you for the problem report"; #$gnsprepbody= "bgcolor=FFFFFF"; $gnspreppage = "netbsdsp.res"; Index: netbsdsp.first =================================================================== RCS file: /cvsroot/htutils/cgi-src/gnats/netbsdsp.first,v retrieving revision 1.9 diff -u -r1.9 netbsdsp.first --- netbsdsp.first 24 Nov 2007 03:27:38 -0000 1.9 +++ netbsdsp.first 22 Sep 2013 07:01:38 -0000 @@ -14,6 +14,8 @@ with NetBSD. Please fill out the form as completely as possible. Make sure you fill in the "Environment" field as requested with the output from the machine on which the problem occurred. -

+For pkgsrc-related problems, please use the category "pkg". +Documentation for the fields is here. +


Index: sendpr.cgi =================================================================== RCS file: /cvsroot/htutils/cgi-src/gnats/sendpr.cgi,v retrieving revision 1.17 diff -u -r1.17 sendpr.cgi --- sendpr.cgi 27 Mar 2008 14:11:15 -0000 1.17 +++ sendpr.cgi 22 Sep 2013 07:01:38 -0000 @@ -53,11 +53,12 @@ &html_input ("hidden", "gndb", $gndb); &html_input ("hidden", "submitterid", $gnsubmitter); &html_input ("hidden", "confidential", "no"); -print "Your Electronic Mail Address:
"; +print "Your electronic mail address:
"; +print "(please if possible use one that can receive mail so we can communicate with you)
"; &html_input ("text", "email", "", "40"); -print "

Your Name:
"; +print "

Your name:
"; &html_input ("text", "originator", "", "40"); -print "

Your Organization or Company:
"; +print "

Your organization or company:
"; &html_input ("text", "organization", "", "40"); print "

One line summary of the problem:
"; &html_input ("text", "synopsis", "", $gnsptacols); @@ -94,7 +95,7 @@ "$ENV{'REMOTE_HOST'}:$ENV{'HTTP_FROM'}:$ENV{'HTTP_USER_AGENT'}"); } -print "

Full Description:
\n"; +print "

Full description:
\n"; &html_textarea ("description", $gnsptarows, $gnsptacols, $gnspdescription); print "

How to repeat the problem:
\n"; &html_textarea ("howtorepeat", $gnsptarows, $gnsptacols);