From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 19 04:17:41 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F20C316A41B for ; Mon, 19 Nov 2007 04:17:41 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: from zibbi.meraka.csir.co.za (zibbi.meraka.csir.co.za [IPv6:2001:4200:7000:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 12F3113C44B for ; Mon, 19 Nov 2007 04:17:41 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: by zibbi.meraka.csir.co.za (Postfix, from userid 3973) id 05E3133C94; Mon, 19 Nov 2007 06:17:38 +0200 (SAST) Date: Mon, 19 Nov 2007 06:17:38 +0200 From: John Hay To: Darren Reed Message-ID: <20071119041738.GA70346@zibbi.meraka.csir.co.za> References: <4740DF28.3060500@fastmail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4740DF28.3060500@fastmail.net> User-Agent: Mutt/1.4.2.1i Cc: FreeBSD Hackers Subject: Re: Question about cvsup... X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2007 04:17:42 -0000 On Sun, Nov 18, 2007 at 04:56:08PM -0800, Darren Reed wrote: > Nearly every time I run cvsup from the command line (as root), > I see large amounts of output like this for every file: > > SetAttrs src/contrib/amd/fsinfo/wr_fstab.c,v > > Is cvsup actually doing anything? > Have I done something wrong in my config? > (I run in with "cvsup -l lockfile -g -L 1 ncvs-supfile") Maybe there is a umask difference between your interactive env and your cron env. I use this line in my cvsup config file to make sure the file permissions are the way I want them: *default umask=002 John -- John Hay -- John.Hay@meraka.csir.co.za / jhay@FreeBSD.org