From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B55A1138359 for ; Tue, 4 Aug 2020 12:41:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E07B5E0C02; Tue, 4 Aug 2020 12:41:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3DB2E0C02 for ; Tue, 4 Aug 2020 12:41:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B8AE34ED86 for ; Tue, 4 Aug 2020 12:41:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D23E2FD for ; Tue, 4 Aug 2020 12:41:30 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1596544864.7f7b677eca0487d304e114714890feadae06b9a2.zlogene@gentoo> Subject: [gentoo-commits] proj/pambase:master commit in: templates/ X-VCS-Repository: proj/pambase X-VCS-Files: templates/system-login.tpl X-VCS-Directories: templates/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7f7b677eca0487d304e114714890feadae06b9a2 X-VCS-Branch: master Date: Tue, 4 Aug 2020 12:41:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 97ea83a8-abb0-4e50-a9cb-8c360ba94579 X-Archives-Hash: 4f2cde06064801930b59873b9b60586a commit: 7f7b677eca0487d304e114714890feadae06b9a2 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Aug 4 12:41:04 2020 +0000 Commit: Mikle Kolyada gentoo 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 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