=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 4.3 retrieving revision 4.4 diff -u -p -r4.3 -r4.4 --- cvsweb/Attic/cvsweb.conf 2019/11/10 14:05:18 4.3 +++ cvsweb/Attic/cvsweb.conf 2019/11/10 15:59:40 4.4 @@ -1,5 +1,5 @@ # -*- perl -*- -# $Id: cvsweb.conf,v 4.3 2019/11/10 14:05:18 schwarze Exp $ +# $Id: cvsweb.conf,v 4.4 2019/11/10 15:59:40 schwarze Exp $ # $doc: cvsweb.conf,v 1.38 2006/01/19 19:53:38 ceri # $knu: cvsweb.conf,v 1.97 2005/06/19 09:13:50 scop # @@ -56,11 +56,7 @@ $CMD{tar} ||= search_path('tar'); # 'symbolic_name' => ['Name to display', '/path/to/cvsroot'] # @CVSrepositories = ( - 'local' => ['Local Repository', '/var/cvs'], -# 'freebsd' => ['FreeBSD', '/var/ncvs'], -# 'openbsd' => ['OpenBSD', '/var/ncvs'], -# 'netbsd' => ['NetBSD', '/var/ncvs'], -# 'ruby' => ['Ruby', '/var/anoncvs/ruby'], + 'local' => ['Local Repository', '/cvs'], ); # The default CVS root. Note that @CVSrepositories is list, not a hash,