summaryrefslogtreecommitdiffstats
path: root/examples/wireless-wep-string-key
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2010-02-21 07:06:34 +0100
committerJames Rayner <james@archlinux.org>2010-02-21 07:06:34 +0100
commit63e1e4c2155c17cea7ed80e83d5feae3a0e44fa5 (patch)
tree9db5354b18ffb45c020e051fe63056fc62ede6ab /examples/wireless-wep-string-key
parent781798501379645e0df2e280cc786ba37a2d61c9 (diff)
downloadnetctl-63e1e4c2155c17cea7ed80e83d5feae3a0e44fa5.tar.gz
netctl-63e1e4c2155c17cea7ed80e83d5feae3a0e44fa5.tar.xz
Modify examples to prevent quoting issues as illustrated by FS#18405
Diffstat (limited to 'examples/wireless-wep-string-key')
-rw-r--r--examples/wireless-wep-string-key14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/wireless-wep-string-key b/examples/wireless-wep-string-key
index 42c3210..3d0b2c2 100644
--- a/examples/wireless-wep-string-key
+++ b/examples/wireless-wep-string-key
@@ -1,7 +1,7 @@
-CONNECTION="wireless"
-DESCRIPTION="A simple WEP encrypted wireless connection"
-INTERFACE="wlan0"
-SECURITY="wep"
-ESSID="MyNetwork"
-KEY="s:Wireless Key"
-IP="dhcp"
+CONNECTION='wireless'
+DESCRIPTION='A simple WEP encrypted wireless connection'
+INTERFACE='wlan0'
+SECURITY='wep'
+ESSID='MyNetwork'
+KEY='s:Wireless Key'
+IP='dhcp'