=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 1.16 retrieving revision 1.20 diff -u -p -r1.16 -r1.20 --- cvsweb/cvsweb.cgi 1998/04/06 15:50:27 1.16 +++ 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', ); @@ -65,7 +63,8 @@ display diffs between arbitrary revisions.

If you would like to use this CGI script on your own web server and CVS tree, see -the CVSWeb distribution site. +the CVSWeb distribution site or the current FreeBSD version.

Please send any suggestions, comments, etc. to Bill Fenner <fenner\@freebsd.org> @@ -173,6 +172,9 @@ if (-d $fullname) { if ($_ eq '.') { next; } + # ignore CVS lock and stale NFS files + next if /^#cvs\.|^,|^\.nfs/; + if (s|^Attic/||) { $attic = " (in the Attic)"; } else {