--- netcfg.action 2010-02-21 13:19:42.000000000 +0100 +++ netcfg-wireless.action 2010-10-23 20:56:06.140000088 +0200 @@ -19,7 +19,7 @@ load_profile "$profile" echo "loadin $profile" [[ "$INTERFACE" != "$1" ]] && continue - [[ "$CONNECTION" != @(ethernet|ethernet-iproute) ]] && continue + [[ "$CONNECTION" != @(wireless) ]] && continue if [[ "$IP" == "dhcp" ]]; then netcfg "$profile" && exit 1 else