From owner-freebsd-stable Sun Dec 19 21:18:30 1999 Delivered-To: freebsd-stable@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id E0C29151A2 for ; Sun, 19 Dec 1999 21:18:24 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.3) with ESMTP id VAA04244; Sun, 19 Dec 1999 21:18:23 -0800 (PST) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id VAA30838; Sun, 19 Dec 1999 21:18:23 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <4.1.19991219234511.0094b150@mail.udel.edu> Date: Sun, 19 Dec 1999 21:18:23 -0800 (PST) Organization: Polstra & Co., Inc. From: John Polstra To: John Subject: Re: SetAttrs src/contrib/diff/diff3.c,v Cc: stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John wrote: > I was looking at the docs for cvsup, and I might have missed it, > but what is the structure of the line in your supfile to specify a > umask? I was toying with the idea of making the entire /usr/src > tree mode 600, just to make sure I knew who/what was writing/reading > it (especially the custom kernel file), but I don't think I've hit > on the correct syntax of the line. If you want it to apply to all your collections, put it at the top of the supfile like this: *default umask=077 If you want it to apply just to a single collection, put it on the collection line: src-all umask=077 John --- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "No matter how cynical I get, I just can't keep up." -- Nora Ephron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message