From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5076A1584AD for ; Sun, 13 Apr 2025 21:15:32 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3AD2D343090 for ; Sun, 13 Apr 2025 21:15:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BF54F1104BD; Sun, 13 Apr 2025 21:15:17 +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 bobolink.gentoo.org (Postfix) with ESMTPS id B706C1104BD for ; Sun, 13 Apr 2025 21:15:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5048D33EB78 for ; Sun, 13 Apr 2025 21:15:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62E7B2807 for ; Sun, 13 Apr 2025 21:15:14 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1743885770.9daf8419e38420f79d04f2c11f36a6679f10ae80.floppym@gentoo> Subject: [gentoo-commits] proj/pambase:master commit in: / X-VCS-Repository: proj/pambase X-VCS-Files: pambase.py X-VCS-Directories: / X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9daf8419e38420f79d04f2c11f36a6679f10ae80 X-VCS-Branch: master Date: Sun, 13 Apr 2025 21:15:14 +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: 8fac0277-3abb-457f-ad1f-2aa4ad244b64 X-Archives-Hash: 3d1811e04c67b53cdcc0f1cbe6335822 commit: 9daf8419e38420f79d04f2c11f36a6679f10ae80 Author: Mike Gilbert gentoo org> AuthorDate: Fri Apr 4 18:40:12 2025 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Apr 5 20:42:50 2025 +0000 URL: https://gitweb.gentoo.org/proj/pambase.git/commit/?id=9daf8419 Drop unused variable 'likeauth' Signed-off-by: Mike Gilbert gentoo.org> pambase.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pambase.py b/pambase.py index f8ef3d4..1cc9f50 100755 --- a/pambase.py +++ b/pambase.py @@ -92,7 +92,6 @@ def process_args(args): blank_variables = [ "unix_authtok", "unix_extended_encryption", - "likeauth", ] # create a blank dictionary @@ -101,7 +100,6 @@ def process_args(args): output.update(vars(args)) # unconditional variables - output["likeauth"] = "likeauth" output["unix_authtok"] = "use_authtok" if args.yescrypt: