summaryrefslogtreecommitdiff
path: root/databases/gnats/files/file-pr.c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'databases/gnats/files/file-pr.c.patch')
-rw-r--r--databases/gnats/files/file-pr.c.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/gnats/files/file-pr.c.patch b/databases/gnats/files/file-pr.c.patch
new file mode 100644
index 000000000000..a67eb0633845
--- /dev/null
+++ b/databases/gnats/files/file-pr.c.patch
@@ -0,0 +1,13 @@
+--- 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. */