--- /usr/bin/netcfg 2005-12-02 10:24:41.000000000 +0000 +++ netcfg 2005-12-02 10:34:20.000000000 +0000 @@ -114,7 +114,7 @@ # I donīt know how we could determine if wpa_supplicant is ready... sleep 2 let i=0 - while ! /usr/bin/wpa_cli status | grep "wpa_state=COMPLETED" >/dev/null 2>&1; do + while ! wpa_cli status | grep "wpa_state=COMPLETED" >/dev/null 2>&1; do if [ $i -gt 10 ]; then wpa_cli terminate >/dev/null 2>&1 ifconfig $WIFI_INTERFACE down