Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=99ad6d5ac02b5c8b1045bdf32ad420287965344d

commit 99ad6d5ac02b5c8b1045bdf32ad420287965344d
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Mon Oct 29 01:02:40 2007 +0100

netconfig man: correct wrong wpa_supplicant example

diff --git a/netconfig/doc/netconfig.5 b/netconfig/doc/netconfig.5
index d090e80..fcfcd94 100644
--- a/netconfig/doc/netconfig.5
+++ b/netconfig/doc/netconfig.5
@@ -143,10 +143,20 @@ If you want to use wpa_supplicant instead of the simple 
encryption (using key =
secret), then use the following pre_up and post_down lines:

.nf
-pre_up = wpa_supplicant -Dwext -c /etc/wpa_supplicant.conf -w -B
+pre_up = wpa_supplicant -Dwext -iwlan0 -c /etc/wpa_supplicant.conf -w -B
post_down = killall wpa_supplicant
.fi

+You also need to edit /etc/wpa_supplicant.conf: comment every network block and
+add one like this:
+
+.nf
+network={
+        ssid="youressid"
+        psk="secret"
+}
+.fi
+
.SH AUTHORS
Written by Miklos Vajna.
.SH "REPORTING BUGS"
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to