Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 20:25:11 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r43107 - head/en_US.ISO8859-1/htdocs/cgi
Message-ID:  <201311052025.rA5KPBu8026734@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311052025.rA5KPBu8026734>