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 5DDE51382C5 for ; Mon, 18 Jan 2021 14:40:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A835E078A; Mon, 18 Jan 2021 14:40:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7305FE078A for ; Mon, 18 Jan 2021 14:40:05 +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 6462B33BEBB 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 A010E487 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: <1610980207.ebc70a9cead6790b0ef337dc0c3c1ea77d9164dd.polynomial-c@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: doc/ X-VCS-Repository: proj/netifrc X-VCS-Files: doc/net.example.Linux.in X-VCS-Directories: doc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: ebc70a9cead6790b0ef337dc0c3c1ea77d9164dd 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: 5fa80e72-8301-49ff-bf6c-cd20ab97cad1 X-Archives-Hash: f53e1e53909d868b2d43b07457f1b270 commit: ebc70a9cead6790b0ef337dc0c3c1ea77d9164dd Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 18 14:30:07 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 18 14:30:07 2021 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=ebc70a9c doc/net.example.Linux.in: Document wpa_supplicant's dbus dependency Signed-off-by: Lars Wendler gentoo.org> doc/net.example.Linux.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index bafde42..2dc05c1 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -451,6 +451,10 @@ # pre/post user functions below (although it's not available in preup as you # won't have associated then) +# If wpa_supplicant has been compiled with dbus support, it is necessary to +# make the corresponding interface depend on the dbus daemon: +#rc_net_wlan0_need="dbus" + # If you're using anything else to configure wireless on your interface AND # you have installed wpa_supplicant, you need to disable wpa_supplicant. # Please see the note about hostapd in the MODULES section.