svn commit: r45029 - head/en_US.ISO8859-1/htdocs/cgi
Eitan Adler <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: eadler
Date: Sun Jun 8 08:06:13 2014
New Revision: 45029
URL: http://svnweb.freebsd.org/changeset/doc/45029
Log:
During the temporary period, redirect people to bugzilla.
Modified:
head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi
Modified: head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi Sun Jun 8 08:02:42 2014 (r45028)
+++ head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi Sun Jun 8 08:06:13 2014 (r45029)
@@ -292,7 +292,7 @@ if ($input{'sort'} eq 'lastmod') {
}
if ($#prs < $[) {
- print "${h1}No matches to your query${h1_e}\n";
+ print "${h1}Please try <a href='http://bugs.freebsd.org/search/'>bugzilla</a> for an update to date search mechanism.${h1_e}\n";
} elsif ($input{'responsible'} eq 'summary') {
&resp_summary;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"