Date: Fri, 11 Dec 2009 14:15:55 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src Makefile.inc1 src/lib Makefile src/lib/libpam/modules/pam_lastlog Makefile pam_lastlog.c Message-ID: <200912111419.nBBEJ27R003237@repoman.freebsd.org>
index | next in thread | raw e-mail
ed 2009-12-11 14:15:55 UTC
FreeBSD src repository
Modified files:
. Makefile.inc1
lib Makefile
lib/libpam/modules/pam_lastlog Makefile pam_lastlog.c
Log:
SVN rev 200413 on 2009-12-11 14:15:55Z by ed
Convert pam_lastlog(8) to libulog.
The information used by the "Last login:"-line is obtained by using
ulog_setutxfile(3) to switch to the lastlog database. Login and logout
are performed using the utility functions ulog_login(3) and
ulog_logout(3).
This also means we must build libulog during bootstrap.
Approved by: des
Revision Changes Path
1.634 +2 -2 src/Makefile.inc1
1.240 +5 -4 src/lib/Makefile
1.6 +2 -2 src/lib/libpam/modules/pam_lastlog/Makefile
1.25 +20 -82 src/lib/libpam/modules/pam_lastlog/pam_lastlog.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912111419.nBBEJ27R003237>
