diff options
author | Roy Marples <roy@marples.name> | 2007-04-06 19:38:23 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-06 19:38:23 +0000 |
commit | 25d219a086a7e6939569204d1ad048dd24169227 (patch) | |
tree | efe7fb3e4d1438ea4744b1b749793a3b5a1a785e /net.BSD | |
parent | ab62a84790950cbc321b9251197b332461f480c6 (diff) |
Use character classes in sed
Diffstat (limited to 'net.BSD')
-rw-r--r-- | net.BSD/iwconfig.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net.BSD/iwconfig.sh b/net.BSD/iwconfig.sh index 912e0792..aa9057b4 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} |