diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-18 15:30:07 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-18 15:30:07 +0100 |
commit | ebc70a9cead6790b0ef337dc0c3c1ea77d9164dd (patch) | |
tree | 2a4e29954b4f03d8f0278593520636d5dbf2f1b1 /doc | |
parent | net/wpa_supplicant.sh: Removed non-working "need dbus" call (diff) | |
download | netifrc-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.in | 4 |
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. |