commit: ebc70a9cead6790b0ef337dc0c3c1ea77d9164dd Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Mon Jan 18 14:30:07 2021 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <polynomial-c <AT> 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.
