commit: 2bb5c1846ca7a3222b8ff071d4bc3e63da68d3f1 Author: Michael Jones <jonesmz <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Sat Aug 6 05:40:20 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Aug 13 18:28:11 2022 +0000 URL: https://gitweb.gentoo.org/proj/pambase.git/commit/?id=2bb5c184
login.tpl: Fix unnecessary space character Closes: https://github.com/gentoo/pambase/pull/13 Signed-off-by: Sam James <sam <AT> gentoo.org> templates/login.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/login.tpl b/templates/login.tpl index 23e262a..cb85249 100644 --- a/templates/login.tpl +++ b/templates/login.tpl @@ -5,5 +5,5 @@ auth required pam_securetty.so auth include system-local-login account include system-local-login password include system-local-login -session optional pam_lastlog.so {{ debug|default('', true) }} +session optional pam_lastlog.so {{ debug|default('', true) }} session include system-local-login