Subject: CVS commit: src/usr.sbin/user
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 01/14/2004 09:35:33
Module Name: src
Committed By: agc
Date: Wed Jan 14 09:35:33 UTC 2004
Modified Files:
src/usr.sbin/user: user.8 user.c useradd.8 userdel.8 usermod.8
Log Message:
Add -S argument to useradd, usermod and userdel, which allows the use of
a trailing '$' character in user names.
Requested in PR 23922 by Takahiro Kambe.
Also, fix a bug in the previous fix to usermod.
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/usr.sbin/user/user.8
cvs rdiff -r1.74 -r1.75 src/usr.sbin/user/user.c
cvs rdiff -r1.27 -r1.28 src/usr.sbin/user/useradd.8
cvs rdiff -r1.24 -r1.25 src/usr.sbin/user/userdel.8
cvs rdiff -r1.18 -r1.19 src/usr.sbin/user/usermod.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.