============= ifconfig ./src/dtc-panel_autodeploy.sh:IP_ADDR=`ifconfig ${DEFAULT_IF} | grep 'inet addr' | sed 's/.\+inet addr:\([0-9.]\+\).\+/\1/'` ============= route ./debian/dtc-xen.config: GUESSED_GW=`LC_ALL=C route -n | tail -n 1 | awk '{print $2}'` ./debian/dtc-xen.config: GUESSED_MASK=`LC_ALL=C route -n | tail -n 2 | head -n 1 | awk '{print $3}'` ./debian/changelog: * Using LC_ALL=C in various ipcalc and route calls, to make sure that we ./debian/po/nl.po:"Wat is het routeradres gebruikt moet worden voor de netwerkinstellingen van " ./src/dtc-xen_domUconf_standard:ff02::2 ip6-allrouters ./src/dtc-panel_autodeploy.sh:DEFAULT_IF=`/sbin/route | grep default |awk -- '{ print $8 }'`