Subject: CVS commit: basesrc/usr.sbin/user
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 08/27/2002 15:38:03
Module Name:	basesrc
Committed By:	agc
Date:		Tue Aug 27 12:38:03 UTC 2002

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

Log Message:
Use syslog(3) to log new users and groups, deletions of users and groups,
and modification of user and group information.

Syslog priority is LOG_INFO, facility is LOG_USER (there is no need to
do this via LOG_AUTH, since the password and group files are world
readable).

Suggested by Hubert Feyrer, after a similar facility in Linux.


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