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

Annotation of cvsweb/cvsweb.conf-freebsd, Revision 3.1

3.1     ! knu         1: # -*-perl-*-
        !             2: #
        !             3: # Set up for FreeBSD repo options.
        !             4: #
        !             5: # $Id$
        !             6:
        !             7: $ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
        !             8: $ENV{'RCSINCEXC'}  = 'iFreeBSD';
        !             9:
        !            10: @prcategories = qw(
        !            11:                   advocacy
        !            12:                   alpha
        !            13:                   bin
        !            14:                   conf
        !            15:                   docs
        !            16:                   gnu
        !            17:                   i386
        !            18:                   kern
        !            19:                   misc
        !            20:                   pending
        !            21:                   ports
        !            22:                   sparc
        !            23:                  );
        !            24:
        !            25: $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s";
        !            26:
        !            27: $prkeyword = "PR";
        !            28:
        !            29: $mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html";
        !            30:
        !            31: 1;

CVSweb