From 03614316143e5fd7a36aefc6e0f76232c669349e Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 23 Jul 1998 08:50:52 +0000 Subject: [PATCH] Delete OpenBSD tree from the cgi script and move the OpenBSD configuration to the extern config file /usr/local/etc/cvsweb. OpenBSD is not a standard part of FreeBSD ;-) and I doubt that FreeBSD mirror site will support OpenBSD. --- data/cgi/cvsweb.cgi | 2 -- en/cgi/cvsweb.cgi | 2 -- 2 files changed, 4 deletions(-) diff --git a/data/cgi/cvsweb.cgi b/data/cgi/cvsweb.cgi index 81a3ccec17..708a2318f8 100755 --- a/data/cgi/cvsweb.cgi +++ b/data/cgi/cvsweb.cgi @@ -34,14 +34,12 @@ require 'cgi-style.pl'; %CVSROOT = ( 'freebsd', '/home/ncvs', - 'openbsd', '/home/OpenBSD/cvs', 'learn', '/c/learncvs', 'mozilla', '/a/mozilla-cvs', ); %CVSROOTdescr = ( 'freebsd', 'FreeBSD', - 'openbsd', 'OpenBSD', 'learn', 'Learn', 'mozilla', 'Mozilla FreeBSD', ); diff --git a/en/cgi/cvsweb.cgi b/en/cgi/cvsweb.cgi index 81a3ccec17..708a2318f8 100755 --- a/en/cgi/cvsweb.cgi +++ b/en/cgi/cvsweb.cgi @@ -34,14 +34,12 @@ require 'cgi-style.pl'; %CVSROOT = ( 'freebsd', '/home/ncvs', - 'openbsd', '/home/OpenBSD/cvs', 'learn', '/c/learncvs', 'mozilla', '/a/mozilla-cvs', ); %CVSROOTdescr = ( 'freebsd', 'FreeBSD', - 'openbsd', 'OpenBSD', 'learn', 'Learn', 'mozilla', 'Mozilla FreeBSD', );