svn commit: r45029 - head/en_US.ISO8859-1/htdocs/cgi

Eitan Adler eadler at FreeBSD.org
Sun Jun 8 08:06:13 UTC 2014


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;


More information about the svn-doc-head mailing list