From bf482300198fc87dd98c01fffd2a6407daa62bd9 Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Sun, 18 Mar 2007 17:12:45 +0000 Subject: [PATCH] Remove the OpenBSD and NetBSD repositories. Both project have their own CVSweb so there is not really any big reason for us to have CVSweb for them as well. [1] Remove the "learn" CVS repository. It hasn't changed in 9 years... [1] Remove the German and San Marino CVSweb mirrors from the list since neither one has a hostname which resolves. Suggested by: wosch [1] --- en/cgi/cvsweb.conf | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/en/cgi/cvsweb.conf b/en/cgi/cvsweb.conf index bb2f3c326d..649791b3db 100644 --- a/en/cgi/cvsweb.conf +++ b/en/cgi/cvsweb.conf @@ -7,8 +7,8 @@ # 2002-2005 V. Skyttä # based on work by Bill Fenner # -# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.40 2007/03/17 23:23:31 simon Exp $ -# $Id: cvsweb.conf,v 1.41 2007-03-18 07:52:58 simon Exp $ +# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.41 2007/03/18 07:52:58 simon Exp $ +# $Id: cvsweb.conf,v 1.42 2007-03-18 17:12:45 simon Exp $ # $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $ # @@ -58,9 +58,6 @@ $CMD{tar} ||= search_path('tar'); # @CVSrepositories = ( 'freebsd' => ['FreeBSD', '/usr/local/www/cvsroot/FreeBSD'], - 'openbsd' => ['OpenBSD', '/usr/local/www/cvsroot/OpenBSD'], - 'netbsd' => ['NetBSD', '/usr/local/www/cvsroot/NetBSD'], - 'learn' => ['Learn', '/c/learncvs'], ); # The default CVS root. Note that @CVSrepositories is list, not a hash, @@ -77,10 +74,8 @@ $CMD{tar} ||= search_path('tar'); # URLs pointing to the corresponding mirrors. # %MIRRORS = ( - 'Germany' => 'http://cvsup-netbsd.leo.org/cgi-bin/cvsweb.cgi/?cvsroot=freebsd', 'Japan' => 'http://www.jp.FreeBSD.org/cgi/cvsweb.cgi', 'Portugal' => 'http://cvsup.pt.FreeBSD.org/cgi-bin/cvsweb/cvsweb.cgi', - 'San Marino' => 'http://cvsweb.sm.FreeBSD.org/', 'Spain' => 'http://www.es.FreeBSD.org/cgi/cvsweb.cgi', 'Turkey' => 'http://cvsweb.tr.FreeBSD.org/', 'Ukraine' => 'http://www.FreeBSD.org.ua/cgi/cvsweb.cgi?cvsroot=freebsd',