=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf-openbsd,v retrieving revision 3.2 retrieving revision 3.3 diff -u -p -r3.2 -r3.3 --- cvsweb/Attic/cvsweb.conf-openbsd 2001/01/11 01:52:56 3.2 +++ cvsweb/Attic/cvsweb.conf-openbsd 2001/01/11 23:42:01 3.3 @@ -2,7 +2,7 @@ # # Set up for OpenBSD repo options. # -# $Id: cvsweb.conf-openbsd,v 3.2 2001/01/11 01:52:56 knu Exp $ +# $Id: cvsweb.conf-openbsd,v 3.3 2001/01/11 23:42:01 knu Exp $ if ($uname eq 'FreeBSD') { $ENV{'RCSLOCALID'} = 'OpenBSD=CVSHeader'; @@ -35,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;