doc/en/cgi/cvsweb.conf-freebsd
Akinori MUSHA ee63a4ae51 Resolve conflicts.
Add $FreeBSD$ tags.

Configure cvsweb.conf and add some extra confs for freefall.
2000-08-14 04:55:19 +00:00

30 lines
448 B
Text

# Set up for FreeBSD repo options.
#
# $FreeBSD$
$ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
$ENV{'RCSINCEXC'} = 'iFreeBSD';
$ENV{'CVSROOT'} = $cvsroot;
##############
# PR categoties
##############
@prcategories = qw(
advocacy
alpha
bin
conf
docs
gnu
i386
kern
misc
ports
sparc
);
##############
# query-pr.cgi
##############
$prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=";