From 1f08136bd06fc9c055d9dfcc1a14ceab50ca9c7a Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Sat, 17 Mar 2007 23:23:31 +0000 Subject: [PATCH] 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. --- en/cgi/cvsweb.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/en/cgi/cvsweb.conf b/en/cgi/cvsweb.conf index eb5b2ca130..da3b43f52e 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: 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'], );