=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf-netbsd,v retrieving revision 3.1 retrieving revision 3.4 diff -u -p -r3.1 -r3.4 --- cvsweb/Attic/cvsweb.conf-netbsd 2001/01/01 23:15:03 3.1 +++ cvsweb/Attic/cvsweb.conf-netbsd 2001/01/13 07:48:09 3.4 @@ -2,10 +2,14 @@ # # Set up for NetBSD repo options. # -# $Id: cvsweb.conf-netbsd,v 3.1 2001/01/01 23:15:03 knu Exp $ +# $Idaemons$ -$ENV{'RCSLOCALID'} = 'NetBSD'; -$ENV{'RCSINCEXC'} = 'iNetBSD'; +if ($uname eq 'FreeBSD') { + $ENV{'RCSLOCALID'} = 'NetBSD=CVSHeader'; + $ENV{'RCSINCEXC'} = 'iNetBSD'; +} else { + $ENV{'RCSLOCALID'} = 'NetBSD'; +} @prcategories = qw( admin @@ -61,5 +65,8 @@ $prcgi = "http://www.NetBSD.org/cgi-bin/query-pr-singl $prkeyword = "PR"; $mancgi = "http://www.flame.org/cgi-bin/uncgi/hman?sect=%s&page=%s&arch=i386"; + +# Allow downloading a tarball of a pkgsrc +$allow_tar = ($where =~ m,^pkgsrc/[^/]+/[^/]+/,); 1;