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

Glen Barber gjb at FreeBSD.org
Tue Nov 5 20:25:11 UTC 2013


Author: gjb
Date: Tue Nov  5 20:25:10 2013
New Revision: 43107
URL: http://svnweb.freebsd.org/changeset/doc/43107

Log:
  After updating oldred, cross my my fingers and remove getopts.pl
  requirement so the PR search page works again.
  
  Hat(s):		doceng, clusteradm
  Sponsored by:	The FreeBSD Foundation

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	Tue Nov  5 17:08:14 2013	(r43106)
+++ head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi	Tue Nov  5 20:25:10 2013	(r43107)
@@ -16,7 +16,6 @@ $closed_too    = 0;
 require './cgi-lib.pl';
 require './cgi-style.pl';
 require './query-pr-lib.pl';
-require 'getopts.pl';
 
 if (!$ENV{'QUERY_STRING'} or $ENV{'QUERY_STRING'} eq 'query') {
 	print &html_header("Query $project problem reports");


More information about the svn-doc-all mailing list