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 ([EMAIL PROTECTED]) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
