Add the new threads category.
This commit is contained in:
parent
79a69706cc
commit
746e692884
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20525
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.12 2002/09/30 20:14:06 scop Exp $
|
||||
# $FreeBSD: www/en/cgi/cvsweb.conf-freebsd,v 1.13 2003/07/30 20:42:28 scop Exp $
|
||||
|
||||
if ($uname eq 'FreeBSD') {
|
||||
$ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
|
||||
|
@ -30,6 +30,7 @@ if ($uname eq 'FreeBSD') {
|
|||
powerpc
|
||||
sparc64
|
||||
standards
|
||||
threads
|
||||
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.37 2004/02/16 17:55:49 ceri Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.38 2004/02/22 11:40:04 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.">
|
||||
|
@ -69,6 +69,7 @@
|
|||
<option> powerpc</option>
|
||||
<option> sparc64</option>
|
||||
<option> standards</option>
|
||||
<option> threads</option>
|
||||
<option> www</option>
|
||||
</select>
|
||||
|
||||
|
|
Loading…
Reference in a new issue