# -*-perl-*- # # Set up for FreeBSD repo options. # # $Id: cvsweb.conf-freebsd,v 3.1 2001/01/01 23:15:03 knu Exp $ $ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader'; $ENV{'RCSINCEXC'} = 'iFreeBSD'; @prcategories = qw( advocacy alpha bin conf docs gnu i386 kern misc pending ports sparc ); $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s"; $prkeyword = "PR"; $mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html"; 1;