# -*-perl-*- # # Set up for FreeBSD repo options. # # $Id: cvsweb.conf-freebsd,v 3.2 2001/01/11 01:52:56 knu Exp $ if ($uname eq 'FreeBSD') { $ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader'; $ENV{'RCSINCEXC'} = 'iFreeBSD'; } else { $ENV{'RCSLOCALID'} = 'FreeBSD'; } @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;