Hide the "root" directory since it's just an artifact of how the FreeBSD

CVS repositories are exported via CVSup.

Indirectly suggested by:	rafan
This commit is contained in:
Simon L. B. Nielsen 2007-03-18 07:52:58 +00:00
parent 27a686bf2c
commit 9f255a118c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29818

View file

@ -7,8 +7,8 @@
# 2002-2005 V. Skyttä <scop@FreeBSD.org>
# based on work by Bill Fenner <fenner@FreeBSD.org>
#
# $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 $
# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.40 2007/03/17 23:23:31 simon Exp $
# $Id: cvsweb.conf,v 1.41 2007-03-18 07:52:58 simon Exp $
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $
#
@ -268,7 +268,7 @@ $tablepadding = 2;
@ForbiddenFiles = (
qr|^CVSROOT/+passwd$|o, # CVSROOT/passwd should not be 'cvs add'ed though.
qr|/\.cvspass$|o, # Ditto. Just in case.
#qr|^my/+secret/+dir|o,
qr|^root|o,
);
# Use CVSROOT/descriptions for describing the directories/modules?