Making inheritance of group ID configurable

2004-02-09 Thread Andre Albsmeier
New items created on an ufs normally inherit their group ID from the parent directory. I have the need for making this configurable. Since the set-group-ID bit is not used for directories on BSD, I would like to use it to decide on this: If it is set, the group ID of the newly created item corresp

Re: Making inheritance of group ID configurable

2004-02-09 Thread David Malone
On Mon, Feb 09, 2004 at 05:10:59PM +0100, Andre Albsmeier wrote: > New items created on an ufs normally inherit their group ID from > the parent directory. I have the need for making this configurable. > > Since the set-group-ID bit is not used for directories on BSD, > I would like to use it to d

Re: Making inheritance of group ID configurable

2004-02-09 Thread Andre Albsmeier
On Mon, 09-Feb-2004 at 16:45:11 +, David Malone wrote: > On Mon, Feb 09, 2004 at 05:10:59PM +0100, Andre Albsmeier wrote: > > New items created on an ufs normally inherit their group ID from > > the parent directory. I have the need for making this configurable. > > > > Since the set-group-ID