From owner-freebsd-doc@FreeBSD.ORG Wed Oct 27 13:34:48 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 5C3D816A4CE; Wed, 27 Oct 2004 13:34:48 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29A5E43D66; Wed, 27 Oct 2004 13:34:47 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) i9RDYmij080953; Wed, 27 Oct 2004 15:34:48 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id i9RDYlwJ080952; Wed, 27 Oct 2004 15:34:47 +0200 (CEST) (envelope-from marc) Date: Wed, 27 Oct 2004 15:34:46 +0200 From: Marc Fonvieille To: Hideyuki KURASHINA Message-ID: <20041027133446.GA80834@abigail.blackend.org> References: <20041027.220727.35708725.rushani@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041027.220727.35708725.rushani@FreeBSD.org> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE cc: Atsushi SUGAWARA cc: FreeBSD-doc@FreeBSD.org cc: hrs@FreeBSD.org Subject: Re: /var/db is not specified as `base' for CVSup by default 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: Wed, 27 Oct 2004 13:34:48 -0000 On Wed, Oct 27, 2004 at 10:07:27PM +0900, Hideyuki KURASHINA wrote: > Hi, > > Thanks for changing `base' option of CVSup from /usr/local/etc/cvsup > to /var/db ([*]). I won't object your change, however, Atsushi-san found > following sentence (underlined) are wrong: > > Where should cvsup maintain its status files? > http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html#CVSUP-CONFIG-STATUS > > The CVSup client maintains certain status files in what is called > the ``base'' directory. These files help CVSup to work more efficiently, > by keeping track of which updates you have already received. We will > use the standard base directory, /var/db: > > *default base=/var/db > > This setting is used by default if it is not specified in the supfile, > ---------------------------------------------------------------------- > so we actually do not need the above line. > ------------------------------------------ > > If your base directory does not already exist, now would be a good time > to create it. The cvsup client will refuse to run if the base directory > does not exist. > > As described in cvsup(1) manual page or suplib/src/SupMisc.i3 in CVSup dist, > default `base' is the /usr/local/etc/cvsup. > > May I commit a fix for this issue? (The patch is attached) > [...] Hiroki Sato (hrs@) and I got a recent talk about this problem, Hiroki should fix it soon. Marc