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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41117158094 for ; Sat, 13 Aug 2022 18:29:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 855FDE07A9; Sat, 13 Aug 2022 18:29:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D6C9E07C7 for ; Sat, 13 Aug 2022 18:29:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D844341389 for ; Sat, 13 Aug 2022 18:29:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13599326 for ; Sat, 13 Aug 2022 18:29:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1660415291.2bb5c1846ca7a3222b8ff071d4bc3e63da68d3f1.sam@gentoo> Subject: [gentoo-commits] proj/pambase:master commit in: templates/ X-VCS-Repository: proj/pambase X-VCS-Files: templates/login.tpl X-VCS-Directories: templates/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2bb5c1846ca7a3222b8ff071d4bc3e63da68d3f1 X-VCS-Branch: master Date: Sat, 13 Aug 2022 18:29:13 +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: 57c187cf-3781-4d1f-a471-5dc2c180ea9d X-Archives-Hash: f1ebb9b754b6a3cbd9d55803fbf55436 commit: 2bb5c1846ca7a3222b8ff071d4bc3e63da68d3f1 Author: Michael Jones users noreply github com> AuthorDate: Sat Aug 6 05:40:20 2022 +0000 Commit: Sam James gentoo 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 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