[BACK]Return to cvsweb.conf-netbsd CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Diff for /cvsweb/Attic/cvsweb.conf-netbsd between version 3.2 and 3.4

version 3.2, 2001/01/11 01:52:56 version 3.4, 2001/01/13 07:48:09
Line 2 
Line 2 
 #  #
 # Set up for NetBSD repo options.  # Set up for NetBSD repo options.
 #  #
 # $Id$  # $Idaemons$
   
 if ($uname eq 'FreeBSD') {  if ($uname eq 'FreeBSD') {
     $ENV{'RCSLOCALID'} = 'NetBSD=CVSHeader';      $ENV{'RCSLOCALID'} = 'NetBSD=CVSHeader';
Line 65  $prcgi = "http://www.NetBSD.org/cgi-bin/query-pr-singl
Line 65  $prcgi = "http://www.NetBSD.org/cgi-bin/query-pr-singl
 $prkeyword = "PR";  $prkeyword = "PR";
   
 $mancgi = "http://www.flame.org/cgi-bin/uncgi/hman?sect=%s&page=%s&arch=i386";  $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;  1;

Legend:
Removed from v.3.2  
changed lines
  Added in v.3.4

CVSweb