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

Diff for /cvsweb/Attic/cvsweb.conf-freebsd between version 3.1 and 3.3

version 3.1, 2001/01/01 23:15:03 version 3.3, 2001/01/11 23:42:01
Line 4 
Line 4 
 #  #
 # $Id$  # $Id$
   
 $ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';  if ($uname eq 'FreeBSD') {
 $ENV{'RCSINCEXC'}  = 'iFreeBSD';      $ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
       $ENV{'RCSINCEXC'}  = 'iFreeBSD';
   } else {
       $ENV{'RCSLOCALID'} = 'FreeBSD';
   }
   
 @prcategories = qw(  @prcategories = qw(
                    advocacy                     advocacy
Line 27  $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%
Line 31  $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%
 $prkeyword = "PR";  $prkeyword = "PR";
   
 $mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html";  $mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html";
   
   # Allow downloading a tarball of a port
   $allow_tar = ($where =~ m,^ports/[^/]+/[^/]+/,);
   
 1;  1;

Legend:
Removed from v.3.1  
changed lines
  Added in v.3.3

CVSweb