=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf-freebsd,v retrieving revision 4.1 retrieving revision 4.2 diff -u -p -r4.1 -r4.2 --- cvsweb/Attic/cvsweb.conf-freebsd 2019/11/08 21:08:27 4.1 +++ cvsweb/Attic/cvsweb.conf-freebsd 2019/11/11 15:46:39 4.2 @@ -1,5 +1,5 @@ # -*-perl-*- -# $Id: cvsweb.conf-freebsd,v 4.1 2019/11/08 21:08:27 schwarze Exp $ +# $Id: cvsweb.conf-freebsd,v 4.2 2019/11/11 15:46:39 schwarze Exp $ # $doc: cvsweb.conf-freebsd,v 1.18 2008/04/23 04:27:59 linimon # $knu: cvsweb.conf-freebsd,v 1.10 2004/06/07 19:33:11 knu # @@ -11,34 +11,6 @@ if ($^O eq 'freebsd') { } else { $ENV{'RCSLOCALID'} = 'FreeBSD'; } - -@prcategories = qw( - advocacy - alpha - amd64 - arm - bin - conf - docs - gnu - i386 - ia64 - java - kern - misc - pending - ports - powerpc - sparc64 - standards - threads - usb - www -); - -$prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s"; - -$prkeyword = "PR"; $mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+7.0-current&format=html";