Subject: CVS commit: src/usr.sbin/user
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 06/12/2003 17:00:54
Module Name:	src
Committed By:	agc
Date:		Thu Jun 12 17:00:53 UTC 2003

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

Log Message:
Some patches from Todd C. Miller:

1. Use REG_NEWLINE, rather than matching "\n".

2. Fix a bug where rm_user_from_groups would mangle group entries in
/etc/group when the user to be removed is the only member of the group,
by using substring matches.


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 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.