commit:     7f7b677eca0487d304e114714890feadae06b9a2
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  4 12:41:04 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Aug  4 12:41:04 2020 +0000
URL:        https://gitweb.gentoo.org/proj/pambase.git/commit/?id=7f7b677e

fix a typo in logic

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 templates/system-login.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/system-login.tpl b/templates/system-login.tpl
index 2f404bc..d8df530 100644
--- a/templates/system-login.tpl
+++ b/templates/system-login.tpl
@@ -21,7 +21,7 @@ session               required        pam_selinux.so close
 {% endif -%}
 
 session                required        pam_env.so envfile=/etc/profile.env {{ 
debug|default('', true) }}
-{% if not miniaml -%}
+{% if not minimal -%}
 session                optional        pam_lastlog.so silent {{ 
debug|default('', true) }}
 {% endif -%}
 session                include         system-auth

Reply via email to