When reading sendbug(1) because you -uhm- want to report a bug you
should search for older similiar bug reports. This way you end up using
query-pr.html [1] and after you've dutifully filled out and hit ``send''
you just get a HTTP 404 for query-pr-wrapper [2]. IIRC there's no
intention to revive the bugs database, therefore the sendbug(1) diff
removes the reference to [1] and links to marc.info instead.
Additionally the query-pr.html diff offers the same link and removes the
misleading form.

[1] http://www.openbsd.org/query-pr.html
[2] http://cvs.openbsd.org/cgi-bin/query-pr-wrapper

Bye, Marcus

Index: sendbug.1
===================================================================
RCS file: /cvs/src/usr.bin/sendbug/sendbug.1,v
retrieving revision 1.21
diff -u -r1.21 sendbug.1
--- sendbug.1   12 Aug 2012 17:01:36 -0000      1.21
+++ sendbug.1   4 Sep 2012 07:15:21 -0000
@@ -53,11 +53,9 @@
 Any follow up mail to the PR
 should keep the same mail subject.
 .Pp
-The bugs database can be queried using the online bug tracking system
-available at
-.Lk http://www.openbsd.org/query-pr.html .
-This allows users to search for PRs based on either PR number
-or content.
+The bug reports can be searched using the various mailing list archives,
+like the one at
+.Lk http://marc.info/?l=openbsd-bugs .
 .Pp
 The options are as follows:
 .Bl -tag -width Ds


Index: query-pr.html
===================================================================
RCS file: /cvs/www/query-pr.html,v
retrieving revision 1.4
diff -u -r1.4 query-pr.html
--- query-pr.html       28 Nov 2011 03:14:47 -0000      1.4
+++ query-pr.html       4 Sep 2012 07:36:54 -0000
@@ -16,139 +16,7 @@
 <h2><font color="#e00000">Bug Tracking system</font></h2>
 
 <hr>
-<h2><a name="specific">Query a specific PR</a></h2>
-<form method=POST action="http://cvs.openbsd.org/cgi-bin/query-pr-wrapper";>
-<input type="hidden" name="full" value="yes">
-
-<p>
-If you know the number of the Problem Report (PR) you are looking for, enter
-it below and click the <strong>Query</strong> button.
-
-<br>
-<strong>PR number:</strong>
-<input name="numbers" type="text" size=10>
-
-<input value="Query" type="submit">
-<input value="Reset" type="reset">
-</form>
-
-<hr>
-
-<h2><a name="search">Search for PRs based on their contents</a></h2>
-<form method=POST action="http://cvs.openbsd.org/cgi-bin/query-pr-wrapper";>
-
-<p>
-To search for PRs based on their contents, fill out the form below.
-Multiple selections are <tt>AND</tt>ed together.
-You may use regular expressions for all text boxes other than the
-<em>PR number(s)</em> field.
-You do not have to fill in everything; fields that are not filled
-in will simply be ignored.
-
-<p>
-This form matches all <em>open</em> PRs by default; please make your search
-as specific as possible.
-Note that this form will only display a summary of the matched PRs.
-
-<p>
-<table><tr>
-
-<td><strong>Category</strong>:</td>
-<td><select name="category">
-<option selected value="">Any</option>
-<option value="pending">pending</option>
-<option value="system">system</option>
-<option value="user">user</option>
-<option value="library">library</option>
-<option value="documentation">documentation</option>
-<option value="ports">ports</option>
-<option value="kernel">kernel</option>
-<option value="sparc">sparc</option>
-<option value="sparc64">sparc64</option>
-<option value="i386">i386</option>
-<option value="m68k">m68k</option>
-<option value="mips">mips</option>
-<option value="ppc">ppc</option>
-<option value="arm">arm</option>
-<option value="alpha">alpha</option>
-<option value="ns32k">ns32k</option>
-<option value="vax">vax</option>
-</select></td>
-
-<td><strong>Severity:</strong></td>
-<td><select name="severity">
-<option selected value="">Any</option>
-<option value="non-critical">Non-critical</option>
-<option value="serious">Serious</option>
-<option value="critical">Critical</option>
-</select></td>
-
-<td><strong>Priority:</strong></td>
-<td><select name="priority">
-<option selected value="">Any</option>
-<option value="low">Low</option>
-<option value="medium">Medium</option>
-<option value="high">High</option>
-</select></td>
-
-</tr><tr>
-
-<td><strong>Class:</strong></td>
-<td><select name="class">
-<option selected value="">Any</option>
-<option value="sw-bug">sw-bug</option>
-<option value="doc-bug">doc-bug</option>
-<option value="change-request">change-request</option>
-<option value="support">support</option>
-</select></td>
-
-<td><strong>State:</strong></td>
-<td><select name="state">
-<option selected value="">Any</option>
-<option value="open">Open</option>
-<option value="analyzed">Analyzed</option>
-<option value="feedback">Feedback</option>
-<option value="suspended">Suspended</option>
-<option value="closed">Closed</option>
-</select></td>
-
-<td><strong>Skip closed PRs:</strong></td>
-<td><input name="skipclosed" type="checkbox" checked></td>
-
-</tr></table>
-
-<p>
-
-<table><tr>
-
-<td><strong>Originator (who sent it):</strong></td>
-<td><input name="originator" type="text" size=50></td>
-
-</tr><tr>
-
-<td><strong>Responsible Party (who should fix it):</strong></td>
-<td><input name="responsible" type="text" size=50></td>
-
-</tr><tr>
-
-<td><strong>Search text in single-line fields:</strong></td>
-<td><input name="text" type="text" size=50></td>
-
-</tr><tr>
-
-<td><strong>Search text in multi-line fields:</strong></td>
-<td><input name="multitext" type="text" size=50></td>
-
-</tr><tr>
-
-<td><strong>PR number(s) (separated by spaces):</strong></td>
-<td><input name="numbers" type="text" size=50></td>
-
-</tr></table>
-
-<input value="Query PRs" type="submit">
-<input value="Reset Form" type="reset">
-</form>
+Please use <a href="http://marc.info/?l=openbsd-bugs";>marc.misc</a> for 
searching the bug reports.
 
 <hr>
 <a href="index.html"><img height="24" width="24" src="back.gif" border="0" 
alt="OpenBSD"></a>

Reply via email to