Add a note to the send-pr.sgml page advising users that it's disabled. The
original contents of this page are commented out for now. Hook it back up to the build.
This commit is contained in:
parent
da18b0d91e
commit
b1d7e40981
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14922
2 changed files with 13 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/Makefile,v 1.89 2002/11/04 04:34:32 kuriyama Exp $
|
||||
# $FreeBSD: www/en/Makefile,v 1.90 2002/11/08 21:18:13 ceri Exp $
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
.endif
|
||||
|
@ -18,7 +18,7 @@ DOCS+= internet.sgml
|
|||
DOCS+= mailto.sgml
|
||||
DOCS+= publish.sgml
|
||||
DOCS+= relnotes.sgml
|
||||
#DOCS+= send-pr.sgml
|
||||
DOCS+= send-pr.sgml
|
||||
DOCS+= support.sgml
|
||||
DOCS+= where.sgml
|
||||
DOCS+= y2kbug.sgml
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.27 2002/07/10 22:11:31 des Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.28 2002/08/16 07:58:31 blackend Exp $">
|
||||
<!ENTITY title "Submit a FreeBSD problem report">
|
||||
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
||||
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
||||
|
@ -13,6 +13,7 @@
|
|||
|
||||
<img src="gifs/bug.jpg" alt="Bugs" align="right" border="0" width="200" height="233">
|
||||
|
||||
<!-- The web interface is disabled for the time being.
|
||||
<p>Thank you for taking the time to let us know about a problem with
|
||||
FreeBSD. Please fill out the form as completely as possible. Make sure
|
||||
you fill in the "Environment" field as requested with the output from
|
||||
|
@ -100,6 +101,15 @@
|
|||
<p><b>Note</b>: copy/paste will destroy TABs and spacing, and this web
|
||||
form should not be used to submit code as plain text.</p>
|
||||
|
||||
end comment for disabled PR interface -->
|
||||
|
||||
<!-- When re-enabling the web PR interface, delete the next 2 paragraphs -->
|
||||
<p>The web-based bug interface is currently disabled.</p>
|
||||
|
||||
<p>If you have access to a FreeBSD system, you can use the
|
||||
<a href="http://www.FreeBSD.org/cgi/man.cgi?send-pr">send-pr(1)</a>
|
||||
program to submit a bug report.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue