cvs commit: src/usr.bin/login Makefile login.1 login.c login.h login_audit.c

David O'Brien obrien at FreeBSD.org
Thu Feb 16 19:42:37 PST 2006


On Sat, Feb 04, 2006 at 08:20:02PM +0000, Wayne Salamon wrote:
> wsalamon    2006-02-04 20:20:02 UTC
>   FreeBSD src repository
>   Modified files:
>     usr.bin/login        Makefile login.1 login.c login.h 
>   Added files:
>     usr.bin/login        login_audit.c 
>   Log:
>   Make login audit-enabled, submitting audit records for the login and logout

Basically you've made it so one calling login when booting an older
kernel (only 2 days old by my count).

Ideally, commits to add new systems calls are made, and then after some
longish delay (a few weeks), userland is updated to make use of the new
syscalls.  In this case, the changes came in close proximity, resulting
in a few more stubbed toes.

-- 
-- David  (obrien at FreeBSD.org)


More information about the cvs-src mailing list