=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- cvsweb/cvsweb.cgi 1998/05/17 15:41:28 1.19 +++ cvsweb/cvsweb.cgi 1998/07/23 08:50:52 1.20 @@ -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', );