=================================================================== RCS file: /cvs/cvsweb/Attic/cvsweb.conf,v retrieving revision 4.3 retrieving revision 4.6 diff -u -p -r4.3 -r4.6 --- cvsweb/Attic/cvsweb.conf 2019/11/10 14:05:18 4.3 +++ cvsweb/Attic/cvsweb.conf 2019/11/11 13:28:36 4.6 @@ -1,5 +1,5 @@ # -*- perl -*- -# $Id: cvsweb.conf,v 4.3 2019/11/10 14:05:18 schwarze Exp $ +# $Id: cvsweb.conf,v 4.6 2019/11/11 13:28:36 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, @@ -178,7 +174,7 @@ $defaulttitle = "CVS Repository"; # The address is shown on the footer. This will be put inside a
tag. # -$address = 'FreeBSD-CVSweb'; +$address = 'CVSweb'; $long_intro = < @@ -199,8 +195,8 @@ by The BSD License.

If you would like to use this CGI script on your own web server and -CVS tree, download the latest version from <http://www.FreeBSD.org/projects/cvsweb.html>. +CVS tree, download the latest version from +<http://cvsweb.bsd.lv/>.

EOT @@ -412,10 +408,6 @@ $allow_source_extra = 1; # that the browser supports it, and will be disabled on the fly when necessary. # #$allow_compress = 1; - -# Use JavaScript in the UI? -# -$use_java_script = 1; # Show a form for setting options in the directory view? #