[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.4 and 4.1

version 3.4, 2001/01/13 07:48:09 version 4.1, 2019/11/08 21:08:27
Line 1 
Line 1 
 # -*-perl-*-  # -*-perl-*-
   # $Id$
   # $knu: cvsweb.conf-netbsd,v 1.8 2002/12/23 15:05:10 scop
 #  #
 # Set up for NetBSD repo options.  # Set up for NetBSD repo options.
 #  
 # $Idaemons$  
   
 if ($uname eq 'FreeBSD') {  if ($^O eq 'freebsd') {
     $ENV{'RCSLOCALID'} = 'NetBSD=CVSHeader';          $ENV{'RCSLOCALID'} = 'NetBSD=Id';
     $ENV{'RCSINCEXC'}  = 'iNetBSD';          $ENV{'RCSINCEXC'}  = 'iNetBSD';
 } else {  } else {
     $ENV{'RCSLOCALID'} = 'NetBSD';          $ENV{'RCSLOCALID'} = 'NetBSD';
 }  }
   
 @prcategories = qw(  @prcategories = qw(
                    admin      admin
                    bin      bin
                    install      install
                    kern      kern
                    lib      lib
                    misc      misc
                    pending      pending
                    pkg      pkg
                    port-alpha      port-alpha
                    port-amiga      port-amiga
                    port-arc      port-arc
                    port-arm26      port-arm26
                    port-arm32      port-arm32
                    port-atari      port-atari
                    port-bebox      port-bebox
                    port-cobalt      port-cobalt
                    port-dreamcast      port-dreamcast
                    port-hp300      port-hp300
                    port-hpcmips      port-hpcmips
                    port-i386      port-i386
                    port-luna68k      port-luna68k
                    port-m68k      port-m68k
                    port-mac68k      port-mac68k
                    port-macppc      port-macppc
                    port-mips      port-mips
                    port-mvme68k      port-mvme68k
                    port-newsmips      port-newsmips
                    port-news68k      port-news68k
                    port-next68k      port-next68k
                    port-ofppc      port-ofppc
                    port-pc532      port-pc532
                    port-pmax      port-pmax
                    port-powerpc      port-powerpc
                    port-prep      port-prep
                    port-sgimips      port-sgimips
                    port-sh3      port-sh3
                    port-sparc      port-sparc
                    port-sparc64      port-sparc64
                    port-sun3      port-sun3
                    port-vax      port-vax
                    port-x68k      port-x68k
                    security      security
                    standards      standards
                    test      test
                    xsrc      xsrc
                    y2k      y2k
                   );  );
   
 $prcgi = "http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=%s";  $prcgi = "http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=%s";
   

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

CVSweb