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 0E4F81382C5 for ; Mon, 18 Jan 2021 14:40:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41B6AE077A; Mon, 18 Jan 2021 14:40:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1DCFEE077A for ; Mon, 18 Jan 2021 14:40:04 +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 5EE6133BEAE for ; Mon, 18 Jan 2021 14:40:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AA7292 for ; Mon, 18 Jan 2021 14:40:00 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1610979971.60bd853443f8e01c4309aeb2f3198f959c62cfdf.polynomial-c@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: net/ X-VCS-Repository: proj/netifrc X-VCS-Files: net/wpa_supplicant.sh X-VCS-Directories: net/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 60bd853443f8e01c4309aeb2f3198f959c62cfdf X-VCS-Branch: master Date: Mon, 18 Jan 2021 14:40:00 +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: baac6132-1d53-4950-ac47-433ce357c189 X-Archives-Hash: 4974422a8949a27fcc047ff7e1c24a9c commit: 60bd853443f8e01c4309aeb2f3198f959c62cfdf Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 18 14:21:31 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 18 14:26:11 2021 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=60bd8534 net/wpa_supplicant.sh: Removed non-working "need dbus" call This is a remnant from when netifrc was part of openrc. After netifrc became it's own standalone project, the call "need dbus" got caught by the need() function from openrc's sh/openrc-run.sh script which does a simple echo on every input it receives. Bug: https://bugs.gentoo.org/622730 Signed-off-by: Lars Wendler gentoo.org> net/wpa_supplicant.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/net/wpa_supplicant.sh b/net/wpa_supplicant.sh index d5e2013..3f8e1b1 100644 --- a/net/wpa_supplicant.sh +++ b/net/wpa_supplicant.sh @@ -4,14 +4,6 @@ wpa_supplicant_depend() { - wpas=/usr/sbin/wpa_supplicant - [ -x ${wpas} ] || wpas=/sbin/wpa_supplicant - if [ -x ${wpas} ]; then - program start ${wpas} - # bug 345281: if wpa_supplicant is built w/ USE=dbus, we need to start - # dbus before we can start wpa_supplicant. - ${wpas} -h | grep -Fsq DBus && need dbus - fi after macnet plug before interface provide wireless