doc/en/cgi/cvsweb.conf-openbsd
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

34 lines
562 B
Text

# Set up for OpenBSD repo options.
#
# $FreeBSD$
$ENV{'RCSLOCALID'} = 'OpenBSD';
$ENV{'RCSINCEXC'} = 'iOpenBSD';
##############
# PR categoties
##############
@prcategories = qw(
alpha
arm
documentation
i386
kernel
library
m68k
mips
ns32k
pending
ports
ppc
sparc
system
user
vax
);
##############
# query-pr.cgi
##############
$prcgi = "http://cvs.openbsd.org/cgi-bin/wwwgnats.pl/full?pr=";