mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a23d18d6d7
Paul's changes to files/gnats-edit-pr.patch. Added [1] the ability to track class changes with a change message. Also added [2] a URL to the problem report online in the 'thank you' message when a new report is submitted. Submitted by: [1] sheldonh Inspired by: [2] archie@whistle.com
14 lines
524 B
Diff
14 lines
524 B
Diff
--- gnats/file-pr.c.orig Sun May 28 09:06:22 2000
|
|
+++ gnats/file-pr.c Sun May 28 09:09:35 2000
|
|
@@ -613,6 +613,10 @@
|
|
fprintf (msg, "The individual assigned to look at your\nreport is: %s. \n",
|
|
field_value (RESPONSIBLE));
|
|
|
|
+ fprintf (msg, "\nYou can access the state of your problem report at any time\n"
|
|
+ "via this link:\n\nhttp://www.freebsd.org/cgi/query-pr.cgi?pr=%s\n",
|
|
+ field_value (NUMBER));
|
|
+
|
|
if (bad_enums != NULL)
|
|
{
|
|
/* Report the enums that were bad, separating them by an empty line. */
|