diff --git a/en/cgi/cvsweb.conf-freebsd b/en/cgi/cvsweb.conf-freebsd index 562aa91a46..2b70fa2bd1 100644 --- a/en/cgi/cvsweb.conf-freebsd +++ b/en/cgi/cvsweb.conf-freebsd @@ -1,36 +1,37 @@ # Set up for FreeBSD repo options. # -# $FreeBSD: www/en/cgi/cvsweb.conf-freebsd,v 1.2 2000/09/03 18:46:25 knu Exp $ +# $FreeBSD: www/en/cgi/cvsweb.conf-freebsd,v 1.3 2000/12/29 09:24:40 knu Exp $ $ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader'; $ENV{'RCSINCEXC'} = 'iFreeBSD'; $ENV{'CVSROOT'} = $cvsroot; ############## # PR categoties ############## @prcategories = qw( advocacy alpha bin conf docs gnu i386 kern misc + pending ports sparc ); ############## # query-pr.cgi ############## $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s"; ############## # man.cgi ############## $mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html"; 1; diff --git a/en/cgi/cvsweb.conf-netbsd b/en/cgi/cvsweb.conf-netbsd index cd3a21becf..965cb635e4 100644 --- a/en/cgi/cvsweb.conf-netbsd +++ b/en/cgi/cvsweb.conf-netbsd @@ -1,67 +1,71 @@ # Set up for NetBSD repo options. # -# $FreeBSD: www/en/cgi/cvsweb.conf-netbsd,v 1.3 2000/09/03 19:44:19 knu Exp $ +# $FreeBSD: www/en/cgi/cvsweb.conf-netbsd,v 1.4 2000/12/29 09:24:40 knu Exp $ $ENV{'RCSLOCALID'} = 'NetBSD'; $ENV{'RCSINCEXC'} = 'iNetBSD'; ############## # PR categoties ############## @prcategories = qw( + admin bin install kern lib misc + pending pkg port-alpha port-amiga port-arc port-arm26 port-arm32 port-atari port-bebox port-cobalt + port-dreamcast port-hp300 port-hpcmips port-i386 port-luna68k port-m68k port-mac68k port-macppc port-mips port-mvme68k port-newsmips port-news68k port-next68k port-ofppc port-pc532 port-pmax port-powerpc port-prep port-sgimips port-sh3 port-sparc port-sparc64 port-sun3 port-vax port-x68k security standards + test xsrc y2k ); ############## # query-pr.cgi ############## $prcgi = "http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=%s"; ############## # man.cgi ############## # $mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=NetBSD+1.4&format=html"; $mancgi = "http://www.flame.org/cgi-bin/uncgi/hman?sect=%s&page=%s&arch=i386"; 1;