summaryrefslogtreecommitdiff
path: root/net/wpa_gui
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2016-08-17 22:00:48 +0000
committermaya <maya@pkgsrc.org>2016-08-17 22:00:48 +0000
commit56216d5937bb470e3456cfa226a1b8563aa22bf7 (patch)
treed7cabba8753d9cc8f535de0f829f453ed197df94 /net/wpa_gui
parent79eff1d728b0440a38d1a31afdb63d4a065b0b65 (diff)
downloadpkgsrc-56216d5937bb470e3456cfa226a1b8563aa22bf7.tar.gz
wpa_gui: better explanation in MESSAGE, don't suggest the unsafe option
Diffstat (limited to 'net/wpa_gui')
-rw-r--r--net/wpa_gui/MESSAGE10
1 files changed, 7 insertions, 3 deletions
diff --git a/net/wpa_gui/MESSAGE b/net/wpa_gui/MESSAGE
index bed35e33d4a..9a8f81ea570 100644
--- a/net/wpa_gui/MESSAGE
+++ b/net/wpa_gui/MESSAGE
@@ -1,11 +1,15 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2016/08/17 21:48:06 maya Exp $
+$NetBSD: MESSAGE,v 1.2 2016/08/17 22:00:48 maya Exp $
You should have /etc/wpa_supplicant.conf containing:
ctrl_interface=/var/run/wpa_supplicant
- ctrl_interface_group=wheel
+ # to allow non-root (wheel group) to change connection:
+ #ctrl_interface_group=wheel
update_config=1
-and dhcpcd and wpa_supplicant running.
+and dhcpcd and wpa_supplicant running, for example by running:
+
+ # wpa_supplicant -i your-wifi-device-here0 -c /etc/wpa_supplicant.conf
+ # dhcpcd your-wifi-device-here0
===========================================================================