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
commitb6f8ec759e8d48e728b11428f56523182f92417b (patch)
tree8a21f36ed1c3c980314e42cc2c7ab87d9dd2c420 /net/wpa_gui
parentd89c9c666310af26b7b70568ebaef8f50899a547 (diff)
downloadpkgsrc-b6f8ec759e8d48e728b11428f56523182f92417b.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
===========================================================================