Subject: CVS commit: src/usr.sbin/user
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/27/2005 19:09:21
Module Name: src
Committed By: christos
Date: Wed Jul 27 19:09:21 UTC 2005
Modified Files:
src/usr.sbin/user: usermod.8
Log Message:
Patches from Liam Foy:
- Add new -C option to 'usermod'. This allows a quick way to temporary
lock a users account. This is similar to how FreeBSD do it using
'adduser'. This function can be very handy to administrators!
- Import a function to check if the inputted class actually exists. It
contains my modifications to test whether /etc/login.conf exists
in the first place. -OpenBSD
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 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.