linux-rc-make-ifconfig-speak-english-for-parsing-20011120

sadly the script is fluent only in english and can't even pretend it knows
anything else
This commit is contained in:
Thomas Mueller 2001-11-21 15:41:26 +00:00 committed by Derrick Brashear
parent 74432508a7
commit 16b809cef2

View File

@ -77,7 +77,7 @@ is_on() {
}
on_network() {
ADDRS=`ifconfig -a | grep 'inet addr' | grep -v 127.0.0.1 | wc -l`
ADDRS=`LANG=C ifconfig -a | grep 'inet addr' | grep -v 127.0.0.1 | wc -l`
if [ "$ADDRS" = "" ]; then
echo afs: No interfaces with IP address 1>&2
return 1