Add the USB category.
This commit is contained in:
parent
726eef558d
commit
27fb74bd38
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23439
2 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# Set up for FreeBSD repo options.
|
||||
#
|
||||
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf-freebsd,v 1.5 2001/08/01 09:32:22 knu Exp $
|
||||
# $FreeBSD: www/en/cgi/cvsweb.conf-freebsd,v 1.13 2003/07/30 20:42:28 scop Exp $
|
||||
# $FreeBSD: www/en/cgi/cvsweb.conf-freebsd,v 1.14 2004/04/05 23:14:21 ceri Exp $
|
||||
|
||||
if ($uname eq 'FreeBSD') {
|
||||
$ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
|
||||
|
@ -31,6 +31,7 @@ if ($uname eq 'FreeBSD') {
|
|||
sparc64
|
||||
standards
|
||||
threads
|
||||
usb
|
||||
www
|
||||
);
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.40 2004/09/26 21:21:45 simon Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.41 2004/12/02 12:22:52 ceri Exp $">
|
||||
<!ENTITY title "Submit a FreeBSD problem report">
|
||||
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
||||
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
||||
|
@ -72,6 +72,7 @@
|
|||
<option> sparc64</option>
|
||||
<option> standards</option>
|
||||
<option> threads</option>
|
||||
<option> usb</option>
|
||||
<option> www</option>
|
||||
</select>
|
||||
|
||||
|
|
Loading…
Reference in a new issue