Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-net-wireless.xml
Date: Tue, 20 Mar 2007 10:15:13
Message-Id: E1HTbLw-00012P-9w@stork.gentoo.org
1 nightmorph 07/03/20 10:14:04
2
3 Modified: hb-net-wireless.xml
4 Log:
5 updated wpa_supplicant config file and example file locations per bug 171537. note that i went ahead and made the major version number bump slightly ahead of the actual handbook release date, so 7.0 to 8.0, as the rest of the docs will be -- because this was something that should be fixed right away, rather than wait. thanks to UberLord on IRC for confirming
6
7 Revision Changes Path
8 1.14 xml/htdocs/doc/en/handbook/hb-net-wireless.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml?rev=1.14&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml?r1=1.13&r2=1.14
13
14 Index: hb-net-wireless.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- hb-net-wireless.xml 28 Oct 2006 09:17:55 -0000 1.13
21 +++ hb-net-wireless.xml 20 Mar 2007 10:14:04 -0000 1.14
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml,v 1.13 2006/10/28 09:17:55 neysx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-net-wireless.xml,v 1.14 2007/03/20 10:14:04 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -12,8 +12,8 @@
32 Wireless isn't straight-forward. Hopefully we'll get you working!
33 </abstract>
34
35 -<version>7.0</version>
36 -<date>2006-08-30</date>
37 +<version>8.0</version>
38 +<date>2007-03-20</date>
39
40 <section>
41 <title>Introduction</title>
42 @@ -94,11 +94,12 @@
43 That was simple, wasn't it? However, we still have to configure
44 <c>wpa_supplicant</c> itself which is a bit more tricky depending on how secure
45 the Access Points are that you are trying to connect to. The below example is
46 -taken and simplified from <path>/etc/wpa_supplicant.conf.example</path> which
47 -ships with <c>wpa_supplicant</c>.
48 +taken and simplified from
49 +<path>/usr/share/doc/wpa_supplicant-&lt;version&gt;/wpa_supplicant.conf.gz</path>
50 +which ships with <c>wpa_supplicant</c>.
51 </p>
52
53 -<pre caption="an example /etc/wpa_supplicant.conf">
54 +<pre caption="an example /etc/wpa_supplicant/wpa_supplicant.conf">
55 <comment># The below line not be changed otherwise we refuse to work</comment>
56 ctrl_interface=/var/run/wpa_supplicant
57
58
59
60
61 --
62 gentoo-doc-cvs@g.o mailing list