Remove 4.4BSD-Lite from the list of repositories - it's not actually

online (so CVSweb doesn't show it in the list anyway), and I don't
recall seeing it online while I have been around.
This commit is contained in:
Simon L. B. Nielsen 2007-03-17 23:23:31 +00:00
parent 47d54316fb
commit 1f08136bd0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29816

View file

@ -7,8 +7,8 @@
# 2002-2005 V. Skyttä <scop@FreeBSD.org>
# based on work by Bill Fenner <fenner@FreeBSD.org>
#
# $FreeBSD: projects/cvsweb/cvsweb.conf,v 1.97 2005/06/19 09:13:50 scop Exp $
# $Id: cvsweb.conf,v 1.39 2007-03-17 22:28:31 simon Exp $
# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.39 2007/03/17 22:28:31 simon Exp $
# $Id: cvsweb.conf,v 1.40 2007-03-17 23:23:31 simon Exp $
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $
#
@ -60,7 +60,6 @@ $CMD{tar} ||= search_path('tar');
'freebsd' => ['FreeBSD', '/usr/local/www/cvsroot/FreeBSD'],
'openbsd' => ['OpenBSD', '/usr/local/www/cvsroot/OpenBSD'],
'netbsd' => ['NetBSD', '/usr/local/www/cvsroot/NetBSD'],
'44bsdlite' => ['4.4BSD-Lite', '/e/4.4BSD-Lite/4.4BSD-Lite-CVS'],
'learn' => ['Learn', '/c/learncvs'],
);