Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] baselayout r3168 - branches/baselayout-1_12/net-scripts/conf.d
Date: Fri, 08 Jan 2010 08:41:35
Message-Id: E1NTAPW-0001Ju-2A@stork.gentoo.org
1 Author: vapier
2 Date: 2010-01-08 08:41:33 +0000 (Fri, 08 Jan 2010)
3 New Revision: 3168
4
5 Modified:
6 branches/baselayout-1_12/net-scripts/conf.d/wireless.example
7 Log:
8 fix misc spelling issues #300045 by Toralf F?\195?\182rster
9
10 Modified: branches/baselayout-1_12/net-scripts/conf.d/wireless.example
11 ===================================================================
12 --- branches/baselayout-1_12/net-scripts/conf.d/wireless.example 2009-12-17 19:31:35 UTC (rev 3167)
13 +++ branches/baselayout-1_12/net-scripts/conf.d/wireless.example 2010-01-08 08:41:33 UTC (rev 3168)
14 @@ -170,7 +170,7 @@
15 #key_ESSID="s:foobar enc open"
16 #key_ESSID="1234-5678-9012 enc open"
17
18 -# You may want to set muliple keys - here's an example
19 +# You may want to set multiple keys - here's an example
20 # It sets 4 keys on the card and instructs to use key 2 by default
21 #key_ESSID="[1] s:passkey1 key [2] s:passkey2 key [3] s:passkey3 key [4] s:passkey4 key [2]"
22
23 @@ -192,7 +192,7 @@
24 # searchdomains takes precedence
25
26 # You can also set any of the /etc/conf.d/net variables per MAC address
27 -# incase you use Access Points with the same ESSID but need different
28 +# in case you use Access Points with the same ESSID but need different
29 # networking configs. Below is an example - of course you use the same
30 # method with other variables
31 #config_001122334455=( "dhcp" )
32 @@ -211,7 +211,7 @@
33 # This lists the preferred ESSIDs to connect to in order
34 # ESSID's can contain any characters here as they must match the broadcast
35 # ESSID exactly.
36 -# Surround each ESSID with the " character and seperate them with a space
37 +# Surround each ESSID with the " character and separate them with a space
38 # If the first ESSID isn't found then it moves onto the next
39 # If this isn't defined then it connects to the first one found
40 #preferred_aps=( "ESSID 1" "ESSID 2" )
41 @@ -224,9 +224,9 @@
42 # "any" means it will connect to visible APs in the preferred list and then any
43 # other available AP
44 # "preferredonly" means it will only connect to visible APs in the preferred list
45 -# "forcepreferred" means it will forceably connect to APs in order if it does not find
46 +# "forcepreferred" means it will forcibly connect to APs in order if it does not find
47 # them in a scan
48 -# "forcepreferredonly" means it forceably connects to the APs in order and does not bother
49 +# "forcepreferredonly" means it forcibly connects to the APs in order and does not bother
50 # to scan
51 # "forceany" does the same as forcepreferred + connects to any other available AP
52 # Default is "any"
53 @@ -268,7 +268,7 @@
54
55 #preassociate() {
56 # # The below adds two configuration variables leap_user_ESSID
57 -# # and leap_pass_ESSID. When they are both confiugred for the ESSID
58 +# # and leap_pass_ESSID. When they are both configured for the ESSID
59 # # being connected to then we run the CISCO LEAP script
60 #
61 # local user pass