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

Eitan Adler eadler at FreeBSD.org
Sun Jun 8 17:11:07 UTC 2014


Author: eadler
Date: Sun Jun  8 17:11:06 2014
New Revision: 45032
URL: http://svnweb.freebsd.org/changeset/doc/45032

Log:
  During the temporary period, make it more obvious that this script is old and
  incomplete.

Modified:
  head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi

Modified: head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi	Sun Jun  8 13:19:31 2014	(r45031)
+++ head/en_US.ISO8859-1/htdocs/cgi/query-pr.cgi	Sun Jun  8 17:11:06 2014	(r45032)
@@ -733,7 +733,7 @@ sub ErrorExit
 	my $url = $q->url(-full => 1, -query => 1);
 
 	if ($code == EXIT_NOPRS) {
-		print html_header("No PRs Matched Query");
+		print html_header("FreeBSD has migrated to <a href='http://bugs.freebsd.org/search/>Bugzilla</a>.  This form is obsolete and incomplete.");
 		displayform();
 		print html_footer();
 	} elsif ($code == EXIT_DBBUSY) {


More information about the svn-doc-head mailing list