Subject: CVS commit: src/usr.sbin/user
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 02/05/2005 10:43:14
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.