![]() ![]() | ![]() |
File: [cvsweb.bsd.lv] / cvsweb / Attic / cvsweb.conf-openbsd (download)
Revision 3.7, Tue May 7 08:51:22 2002 UTC (21 years, 4 months ago) by knu
NetBSD and OpenBSD don't use $CVSHeader$ but $Id$. Submitted by: motoyuki@FreeBSD.org |
# -*-perl-*- # # Set up for OpenBSD repo options. # # $FreeBSD$ # $Idaemons: /home/cvs/cvsweb/cvsweb.conf-openbsd,v 3.5 2001/08/01 09:32:22 knu Exp $ if ($uname eq 'FreeBSD') { $ENV{'RCSLOCALID'} = 'OpenBSD=Id'; $ENV{'RCSINCEXC'} = 'iOpenBSD'; } else { $ENV{'RCSLOCALID'} = 'OpenBSD'; } @prcategories = qw( alpha arm documentation i386 kernel library m68k mips ns32k pending ports ppc sparc system user vax ); $prcgi = "http://cvs.openbsd.org/cgi-bin/wwwgnats.pl/full?pr=%s"; $prkeyword = "PR"; $mancgi = "http://www.openbsd.org/cgi-bin/man.cgi?apropos=0&sektion=%s&query=%s&manpath=OpenBSD+Current&arch=i386&format=html"; # Allow downloading a tarball of a port $allow_tar = ($where =~ m,^ports/[^/]+/[^/]+/,); 1;