=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf-openbsd,v retrieving revision 3.1 retrieving revision 3.3 diff -u -p -r3.1 -r3.3 --- cvsweb/Attic/cvsweb.conf-openbsd 2001/01/01 23:15:03 3.1 +++ cvsweb/Attic/cvsweb.conf-openbsd 2001/01/11 23:42:01 3.3 @@ -2,10 +2,14 @@ # # Set up for OpenBSD repo options. # -# $Id: cvsweb.conf-openbsd,v 3.1 2001/01/01 23:15:03 knu Exp $ +# $Id: cvsweb.conf-openbsd,v 3.3 2001/01/11 23:42:01 knu Exp $ -$ENV{'RCSLOCALID'} = 'OpenBSD'; -$ENV{'RCSINCEXC'} = 'iOpenBSD'; +if ($uname eq 'FreeBSD') { + $ENV{'RCSLOCALID'} = 'OpenBSD=CVSHeader'; + $ENV{'RCSINCEXC'} = 'iOpenBSD'; +} else { + $ENV{'RCSLOCALID'} = 'OpenBSD'; +} @prcategories = qw( alpha @@ -31,5 +35,8 @@ $prcgi = "http://cvs.openbsd.org/cgi-bin/wwwgnats.pl/f $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;