Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ diff -uw /usr/ports/core/linux-pam/Pkgfile Pkgfile
- --- /usr/ports/core/linux-pam/Pkgfile 2024-04-10 19:56:15.692727285 +0200
- +++ Pkgfile 2024-06-22 20:57:07.022336857 +0200
- @@ -17,7 +17,9 @@
- --libdir=/lib \
- --disable-nls \
- --disable-prelude \
- - --enable-db=no
- + --enable-db=no \
- + --enable-lastlog
- +
- make
- make DESTDIR=$PKG install
- $ diff -uw /usr/ports/core/shadow/login /etc/pam.d/login
- --- /usr/ports/core/shadow/login 2023-07-21 22:54:08.913253623 +0200
- +++ /etc/pam.d/login 2024-06-22 20:59:35.718467493 +0200
- @@ -13,4 +13,5 @@
- session include common-session
- +session optional pam_lastlog.so
- session optional pam_motd.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement