Subject: PR/22791 CVS commit: src/usr.sbin/user
To: None <jmmv@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: netbsd-bugs
Date: 02/05/2005 10:44:02
The following reply was made to PR bin/22791; it has been noted by GNATS.

From: "Julio M. Merino Vidal" <jmmv@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/22791 CVS commit: src/usr.sbin/user
Date: Sat,  5 Feb 2005 10:43:14 +0000 (UTC)

 Module Name:	src
 Committed By:	jmmv
 Date:		Sat Feb  5 10:43:14 UTC 2005
 
 Modified Files:
 	src/usr.sbin/user: group.8 groupadd.8 user.c
 
 Log Message:
 Add the -r flag to groupadd; it can be used to specify a gid range in which
 new groups should be created.  This is similar to useradd's -r flag.
 
 Closes my own PR bin/22791.  Patch by URA Hiroshi with some minor changes
 by me.
 
 No objections in tech-userlevel@ for multiple days.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.10 -r1.11 src/usr.sbin/user/group.8
 cvs rdiff -r1.9 -r1.10 src/usr.sbin/user/groupadd.8
 cvs rdiff -r1.76 -r1.77 src/usr.sbin/user/user.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.