From 371cd06f36328ba0ddb75fe64102e8fc232a7fd3 Mon Sep 17 00:00:00 2001 From: James Rayner Date: Mon, 16 Feb 2009 21:09:06 +1100 Subject: various fixes, and new quirk 'noacheck' --- src-wireless/netcfg-auto-wireless | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src-wireless/netcfg-auto-wireless') diff --git a/src-wireless/netcfg-auto-wireless b/src-wireless/netcfg-auto-wireless index e5e4fc1..a523bdd 100755 --- a/src-wireless/netcfg-auto-wireless +++ b/src-wireless/netcfg-auto-wireless @@ -11,7 +11,7 @@ # $1 - wireless interface wifi_auto() { - interface=$1; RETRIES=6 + interface=$1; stat_busy "Scanning for networks" ifconfig $interface up @@ -37,7 +37,7 @@ wifi_auto() done < $networks if [[ "$found" ]]; then - netcfg2 $found + netcfg $found exit $? fi -- cgit v1.2.3-24-g4f1b