From: cjwatson <> Date: Thu, 3 Oct 2002 18:03:45 +0000 (-0800) Subject: [project @ 2002-10-03 11:03:45 by cjwatson] X-Git-Tag: release/2.6.0~1041 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=de5975821e240dd189a9f5a73b2405399aed6048;p=debbugs.git [project @ 2002-10-03 11:03:45 by cjwatson] Add a link to the bug reporting instructions (Bart Samwel). --- diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index e9f22df3..25002b03 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -204,6 +204,9 @@ if (defined $pkg || defined $src) { printf ".\n"; } } + print "
If you find a bug not listed here, please\n"; + printf "report it.
\n", + urlsanit("http://${debbugs::gWebDomain}/Reporting.html"); } elsif (defined $maint || defined $maintenc) { print "Note that maintainers may use different Maintainer fields for\n"; print "different packages, so there may be other reports filed under\n";