From owner-freebsd-doc@FreeBSD.ORG Sun Oct 31 18:00:12 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7958916A4CE for ; Sun, 31 Oct 2004 18:00:12 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6903343D54 for ; Sun, 31 Oct 2004 18:00:11 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) i9VI0Pki034186; Sun, 31 Oct 2004 19:00:25 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id i9VI0O8N034184; Sun, 31 Oct 2004 19:00:24 +0100 (CET) (envelope-from marc) Date: Sun, 31 Oct 2004 19:00:24 +0100 From: Marc Fonvieille To: hirman@poczta.fm Message-ID: <20041031180024.GA12017@abigail.blackend.org> References: <20041031175434.ACCE4184589@poczta.interia.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041031175434.ACCE4184589@poczta.interia.pl> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE cc: doc@FreeBSD.org Subject: Re: cvs base directory definition X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 18:00:12 -0000 On Sun, Oct 31, 2004 at 06:54:34PM +0100, hirman@poczta.fm wrote: > There is some difference between _cvs base directory definition_ in CVSUP(1) and Appendix A in Handbook. > > CVSUP(1), FILES section: > /usr/local/etc/cvsup Default base directory. > > Handbok, Appendix A. Obtaining FreeBSD: > base is defined in your supfile; by default, base is /var/db, which means that by default the refuse file is /var/db/sup/refuse. > > Links: > http://www.freebsd.org/cgi/man.cgi?query=cvsup&apropos=0&sektion=0&manpath=FreeBSD+5.2.1-RELEASE+and+Ports&format=html#end > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html > > Thanks. It was ambiguous, I fixed it few hours ago in revision 1.361 of the file. The change should appear soon on the web site. Marc