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 9DDB9158094 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 E0894E07C9; 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 7CF1CE07C9 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 7547C34138D 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 2677455B 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: <1660415310.ce3e0c4f0648ce44cb239be043a85468b29c4b13.sam@gentoo> Subject: [gentoo-commits] proj/pambase:master commit in: templates/ X-VCS-Repository: proj/pambase X-VCS-Files: templates/other.tpl X-VCS-Directories: templates/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ce3e0c4f0648ce44cb239be043a85468b29c4b13 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: 3f7f9960-e3cd-4fc7-b59b-f6c8faceb678 X-Archives-Hash: 7fc69c41ba931d3b9c883f197d4053f9 commit: ce3e0c4f0648ce44cb239be043a85468b29c4b13 Author: Michael Jones users noreply github com> AuthorDate: Sat Aug 6 05:41:29 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 13 18:28:30 2022 +0000 URL: https://gitweb.gentoo.org/proj/pambase.git/commit/?id=ce3e0c4f other.tpl: Fix whitespace Closes: https://github.com/gentoo/pambase/pull/14 Signed-off-by: Sam James gentoo.org> templates/other.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/other.tpl b/templates/other.tpl index f3b7198..9544f8e 100644 --- a/templates/other.tpl +++ b/templates/other.tpl @@ -1,4 +1,4 @@ auth required pam_deny.so account required pam_deny.so -password required pam_deny.so -session required pam_deny.so +password required pam_deny.so +session required pam_deny.so