From de5975821e240dd189a9f5a73b2405399aed6048 Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Thu, 3 Oct 2002 10:03:45 -0800 Subject: [PATCH] [project @ 2002-10-03 11:03:45 by cjwatson] Add a link to the bug reporting instructions (Bart Samwel). --- cgi/pkgreport.cgi | 3 +++ 1 file changed, 3 insertions(+) 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"; -- 2.39.5