mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
Fixes the following recurring login warning in syslog. (We cannot use pam_lastlog.so since it does not rotate its /var/log/lastlog file.) login[2819]: PAM unable to dlopen(/lib/security/pam_lastlog.so): /lib/security/pam_lastlog.so: cannot open shared object file: No such file or directory Follow-up to issue #542 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>