summaryrefslogtreecommitdiff
path: root/net.BSD
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-06 19:38:23 +0000
committerRoy Marples <roy@marples.name>2007-04-06 19:38:23 +0000
commit25d219a086a7e6939569204d1ad048dd24169227 (patch)
treeefe7fb3e4d1438ea4744b1b749793a3b5a1a785e /net.BSD
parentab62a84790950cbc321b9251197b332461f480c6 (diff)
downloadopenrc-25d219a086a7e6939569204d1ad048dd24169227.tar.gz
openrc-25d219a086a7e6939569204d1ad048dd24169227.tar.bz2
openrc-25d219a086a7e6939569204d1ad048dd24169227.tar.xz
Use character classes in sed
Diffstat (limited to 'net.BSD')
-rw-r--r--net.BSD/iwconfig.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/net.BSD/iwconfig.sh b/net.BSD/iwconfig.sh
index 912e079..aa9057b 100644
--- a/net.BSD/iwconfig.sh
+++ b/net.BSD/iwconfig.sh
@@ -475,14 +475,6 @@ iwconfig_configure() {
return 1
fi
- # Do we have a preferred Access Point list specific to the interface?
-# x="preferred_aps_${ifvar}[@]"
-# [[ -n ${!x} ]] && preferred_aps=( "${!x}" )
-
-# # Do we have a blacklist Access Point list specific to the interface?
-# x="blacklist_aps_${ifvar}[@]"
-# [[ -n ${!x} ]] && blacklist_aps=( "${!x}" )
-
# Are we forcing preferred only?
eval x=\$associate_order_${IFVAR}
[ -n "${x}" ] && associate_order=${x}