From owner-cvs-all Mon Jun 18 15:27:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C61137B401; Mon, 18 Jun 2001 15:27:55 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5IMRtE38947; Mon, 18 Jun 2001 15:27:55 -0700 (PDT) (envelope-from peter) Message-Id: <200106182227.f5IMRtE38947@freefall.freebsd.org> From: Peter Wemm Date: Mon, 18 Jun 2001 15:27:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi cvsweb.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/06/18 15:27:55 PDT Modified files: en/cgi cvsweb.conf Log: For some reason cvsweb has decided to expand the /home/ncvs symlink and this causes the $FreeBSD$ tags to get messed up. eg: * $FreeBSD: /c/ncvs/src/sys/i386/include/globals.h,v 1.17 ... $ instead of the correct: * $FreeBSD: src/sys/i386/include/globals.h,v 1.17 ... $ Change /home/ncvs to /c/ncvs in cvsweb.conf to compensate for this. :-( This is a temporary hack. Something changed in cvsweb that broke this. Revision Changes Path 1.20 +2 -2 www/en/cgi/cvsweb.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message