[249] in NetBSD-Development
Re: AFS for NetBSD-1.0_BETA available to Domestic (US) AFS site contacts
daemon@ATHENA.MIT.EDU (jtkohl@MIT.EDU)
Mon Dec 5 20:45:30 1994
From: jtkohl@MIT.EDU
Date: Mon, 5 Dec 1994 20:44:48 -0500
To: Charles Henrich <henrich@crh.cl.msu.edu>
Cc: netbsd-dev@MIT.EDU
In-Reply-To: "[248] in NetBSD-Development"
>>>>> "Crh" == Charles Henrich <henrich@crh.cl.msu.edu> writes:
Crh> I found a bug in your port, for some reason you are storing the PAG in the
Crh> gidset at 1 and 2 instead of 0 and 1.
Well, I looked at this again. It sort of is and sort of isn't a bug.
NetBSD stores its primary group as element zero of the group list.
setpag() really shouldn't change the primary group, and as a result the
PAG id's really belong in slots 1 and 2. However, after running newpag,
I do notice that the primary gruop has been duplicated at the 4th
position, and it doesn't need to be there. I'll fix that.
==John