From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 29 12:58:54 2023 Received: (at submit) by debbugs.gnu.org; 29 Mar 2023 16:58:54 +0000 Received: from localhost ([127.0.0.1]:54863 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1phZ8P-000643-QS for submit@debbugs.gnu.org; Wed, 29 Mar 2023 12:58:54 -0400 Received: from lists.gnu.org ([209.51.188.17]:56822) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1phZ8O-00063q-1X for submit@debbugs.gnu.org; Wed, 29 Mar 2023 12:58:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1phZ8N-0004Q2-E1 for bug-guix@gnu.org; Wed, 29 Mar 2023 12:58:51 -0400 Received: from mail1.fsfe.org ([217.69.89.151]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1phZ8K-000304-Jl for bug-guix@gnu.org; Wed, 29 Mar 2023 12:58:51 -0400 From: Jelle Licht DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1680109125; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=V7DJ3p5i90XJlKYOTR7KWhwFAzjkZnQt4dJXk6At4RM=; b=nVe/Mzwx3JD+thh5QVJcV1mp2LyKF3Yvi18dWmEuvRQfRgIcQ3sYxKfYPuyvBSKLUPoGUv KgFMgW7wiC2kBEwINgI5NPe9SeW+q9930spTZ4rEW9b5puw5CINLTgwVNUllbYTV+ihwHJ UZLrl0GOtEgqOLr0pchMg8a9a6JCqVY= To: bug-guix@gnu.org Subject: Keychain package lacks reference to several command line utilities Date: Wed, 29 Mar 2023 18:58:45 +0200 Message-ID: <87bkkbcx4q.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.69.89.151; envelope-from=jlicht@fsfe.org; helo=mail1.fsfe.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) The `keychain' script, as packaged by the package of the same name, is missing references to several command line utilities. A nonexhaustive list: - cat - (g)awk - sed - ps (currently found via procps being a propagated input) Cheers, Jelle