aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2021-01-18 15:30:07 +0100
committerLars Wendler <polynomial-c@gentoo.org>2021-01-18 15:30:07 +0100
commitebc70a9cead6790b0ef337dc0c3c1ea77d9164dd (patch)
tree2a4e29954b4f03d8f0278593520636d5dbf2f1b1 /doc
parentnet/wpa_supplicant.sh: Removed non-working "need dbus" call (diff)
downloadnetifrc-ebc70a9cead6790b0ef337dc0c3c1ea77d9164dd.tar.gz
netifrc-ebc70a9cead6790b0ef337dc0c3c1ea77d9164dd.tar.bz2
netifrc-ebc70a9cead6790b0ef337dc0c3c1ea77d9164dd.zip
doc/net.example.Linux.in: Document wpa_supplicant's dbus dependency
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/net.example.Linux.in4
1 files changed, 4 insertions, 0 deletions
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.