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.
This commit is contained in:
Wolfram Schneider 1998-07-23 08:50:52 +00:00
parent 01ff01bee9
commit 0361431614
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3152
2 changed files with 0 additions and 4 deletions

View file

@ -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',
);

View file

@ -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',
);