diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 04:05:09 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 04:05:09 +0000 |
commit | a23d18d6d70236f999dbe84bb0d0287ce7b14006 (patch) | |
tree | 592b0b6b472cc9f1ab7de46b46602a1d7822e6ee /databases/gnats/files/file-pr.c.patch | |
parent | Install the nc binary as nclient so as not to conflict with the (diff) |
Put the freefall-specific patches behind a WANT_FREEFALL_CFG knob. Moved
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
Notes
Notes:
svn path=/head/; revision=28897
Diffstat (limited to 'databases/gnats/files/file-pr.c.patch')
-rw-r--r-- | databases/gnats/files/file-pr.c.patch | 13 |
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. */ |