New location of FreeBSD CVS tree after repository split.

This commit is contained in:
Wolfram Schneider 2003-03-03 22:24:08 +00:00
parent d77f7bd1d8
commit 57b1ce2413
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16186

View file

@ -8,9 +8,9 @@
# 2002 V. Skyttä <scop@FreeBSD.org>
# based on work by Bill Fenner <fenner@FreeBSD.org>
#
# $Id: cvsweb.conf,v 1.33 2002-09-30 20:14:06 scop Exp $
# $Id: cvsweb.conf,v 1.34 2003-03-03 22:24:08 wosch Exp $
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $
# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.1.1.23 2002/09/30 19:48:52 scop Exp $
# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.33 2002/09/30 20:14:06 scop Exp $
#
###
@ -43,7 +43,7 @@ chomp($uname = `$CMD{uname}`);
# 'symbolic_name' => ['name_to_display', 'path_to_the_actual_repository']
# Listed in the order specified:
@CVSrepositories = (
'freebsd' => ['FreeBSD', '/home/ncvs'],
'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'],