Bring PR categories up to date with src/gnu/usr.bin/send-pr/categories v 1.15.
Submitted by: simon Approved by: knu
This commit is contained in:
parent
9849a18a99
commit
7902f07353
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17718
1 changed files with 8 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Set up for FreeBSD repo options.
|
# Set up for FreeBSD repo options.
|
||||||
#
|
#
|
||||||
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf-freebsd,v 1.5 2001/08/01 09:32:22 knu Exp $
|
# $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.1.1.8 2002/09/30 19:48:52 scop Exp $
|
# $FreeBSD: www/en/cgi/cvsweb.conf-freebsd,v 1.12 2002/09/30 20:14:06 scop Exp $
|
||||||
|
|
||||||
if ($uname eq 'FreeBSD') {
|
if ($uname eq 'FreeBSD') {
|
||||||
$ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
|
$ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
|
||||||
|
@ -15,16 +15,22 @@ if ($uname eq 'FreeBSD') {
|
||||||
@prcategories = qw(
|
@prcategories = qw(
|
||||||
advocacy
|
advocacy
|
||||||
alpha
|
alpha
|
||||||
|
amd64
|
||||||
bin
|
bin
|
||||||
conf
|
conf
|
||||||
docs
|
docs
|
||||||
gnu
|
gnu
|
||||||
i386
|
i386
|
||||||
|
ia64
|
||||||
|
java
|
||||||
kern
|
kern
|
||||||
misc
|
misc
|
||||||
pending
|
pending
|
||||||
ports
|
ports
|
||||||
sparc
|
powerpc
|
||||||
|
sparc64
|
||||||
|
standards
|
||||||
|
www
|
||||||
);
|
);
|
||||||
|
|
||||||
$prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s";
|
$prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s";
|
||||||
|
|
Loading…
Reference in a new issue