Subject: PR/33054 CVS commit: src/usr.bin/id
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, njoly@pasteur.fr>
From: Christos Zoulas <christos@netbsd.org>
List: netbsd-bugs
Date: 03/11/2006 17:20:03
The following reply was made to PR bin/33054; it has been noted by GNATS.

From: Christos Zoulas <christos@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/33054 CVS commit: src/usr.bin/id
Date: Sat, 11 Mar 2006 17:16:01 +0000 (UTC)

 Module Name:	src
 Committed By:	christos
 Date:		Sat Mar 11 17:16:01 UTC 2006
 
 Modified Files:
 	src/usr.bin/id: id.c
 
 Log Message:
 PR/33054: Nicolas Joly: id(1) sometimes report a duplicate group when a user
 is not specified. This is because it prints getgid() and getgroups(). If the
 getgid() is in the getgroups() set, it was printed twice. This is now detected
 and the duplicate printing is avoided.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.25 -r1.26 src/usr.bin/id/id.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.