From ae72ea9e54b7f5035fb6b3120c0e75e79860e819 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Thu, 13 Mar 2014 16:13:15 +0200 Subject: Import -lastlog-silent.patch from gentoo-x86, see bug #468798 --- login.in | 2 ++ system-login.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/login.in b/login.in index 13abd27..14165a2 100644 --- a/login.in +++ b/login.in @@ -3,4 +3,6 @@ auth include system-local-login account include system-local-login password include system-local-login + +session optional pam_lastlog.so DEBUG session include system-local-login diff --git a/system-login.in b/system-login.in index 0c3b5c8..11ac032 100644 --- a/system-login.in +++ b/system-login.in @@ -41,7 +41,7 @@ session required pam_selinux.so close session required pam_env.so DEBUG #endif #if HAVE_LASTLOG -session optional pam_lastlog.so DEBUG +session optional pam_lastlog.so silent DEBUG #endif session include system-auth #if HAVE_CONSOLEKIT -- cgit v1.2.3-65-gdbad