Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 05/16/2000 13:23:28
Module Name:	basesrc
Committed By:	agc
Date:		Tue May 16 20:23:28 UTC 2000

Modified Files:
	basesrc/usr.sbin/user: user.c

Log Message:
Pick up the changes that make sense from OpenBSD

+ Use _PATH_GROUP and _PATH_MASTERPASSWD (from OpenBSD)
+ Use -G group1,group2,group3 for multiple groups in useradd and usermod
(pointed out by Matt Green, and also changed in OpenBSD, but done more
efficiently here)
+ is_number should not be inside #ifdef EXTENSIONS (from OpenBSD)
+ clear up yet another usage message (for user(8) and group(8)) - noticed
in passing, unknown if fixed anywhere else


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 basesrc/usr.sbin/user/user.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.