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 A7E591382C5 for ; Sun, 31 May 2020 05:29:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9FF8E0893; Sun, 31 May 2020 05:29:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6E054E086D for ; Sun, 31 May 2020 05:29:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1C04034F025 for ; Sun, 31 May 2020 05:29:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF4F9270 for ; Sun, 31 May 2020 05:29:54 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1590902980.8d16b31bfc457f03e0e761df19529749ffa1f0d8.robbat2@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: net/ X-VCS-Repository: proj/netifrc X-VCS-Files: net/iwd.sh X-VCS-Directories: net/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 8d16b31bfc457f03e0e761df19529749ffa1f0d8 X-VCS-Branch: master Date: Sun, 31 May 2020 05:29:54 +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: a742b99f-086b-4d8a-b16a-f3c851915558 X-Archives-Hash: c510b71076e93753e0687895a6fcabde commit: 8d16b31bfc457f03e0e761df19529749ffa1f0d8 Author: Robin H. Johnson gentoo org> AuthorDate: Sun May 31 05:29:07 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun May 31 05:29:40 2020 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=8d16b31b net/iwd: ensure program is present Signed-off-by: Robin H. Johnson gentoo.org> net/iwd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/net/iwd.sh b/net/iwd.sh index afb5b22..e3f64b2 100644 --- a/net/iwd.sh +++ b/net/iwd.sh @@ -8,6 +8,7 @@ iwd_depend() before interface provide wireless after iwconfig + program iwd } _config_vars="$_config_vars iwd"