--- net.eth0 2004-06-28 19:41:58.312422704 +0100 +++ net.eth0 2004-06-28 19:32:57.824589344 +0100 @@ -434,7 +434,7 @@ # fail, the routine should still return success to indicate that # net.eth0 was successful iface_start_ifconfig() { - local iface=$1 i label + local iface=$1 i x label # Why bother having the aliases in a different section if they can be # handled here? This covers inet6 addresses as well @@ -459,8 +459,8 @@ if [[ $retval == 0 ]]; then # DHCP succeeded, show address retrieved - i=$(ifconfig ${1} | grep -m1 -o 'inet addr:[^ ]*' | cut -d: -f2) - [[ -n ${i} ]] && einfo " ${iface} received address ${i}" + x=$(ifconfig ${1} | grep -m1 -o 'inet addr:[^ ]*' | cut -d: -f2) + [[ -n ${x} ]] && einfo " ${iface} received address ${x}" elif [[ -n "${ifconfig_fallback_IFACE[i]}" ]]; then # DHCP failed, try ifconfig fallback