Subject: Re: How do you manage sources?
To: NetBSD users <netbsd-users@netbsd.org>
From: Jim Breton <jamesb-netbsd@alongtheway.com>
List: netbsd-users
Date: 05/28/2002 13:43:00
On Mon, May 27, 2002 at 09:39:59PM +0200, Julio Merino wrote:
> root:wheel to try a Unprived build, which worked fine

It did?  Are you running -current?  I didn't know you could do a full
unprivileged build in any release version, I'd be excited to find out
I'm wrong. :P


> How do you manage their permissions? Maybe with a group ("src") which
> has read/write on them? Or... simply owned by the user you will use
> to work on them?

$ grep src /etc/group 
wsrc:*:9:jamesb

And IIRC the default permissions on /usr/src allowed group-write.