]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-linux-rc-make-ifconfig-speak-english-for-parsing-20011226
authorThomas Mueller <thomas.mueller@hrz.tu-chemnitz.de>
Wed, 26 Dec 2001 20:47:36 +0000 (20:47 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 26 Dec 2001 20:47:36 +0000 (20:47 +0000)
sadly the script is fluent only in english and can't even pretend it knows
anything else

src/afsd/afs.rc.linux

index 72d184463dcf97e0605820335d7b2b4c2546a8c8..756849a0f86bf5d06d300a4062947422dedf7184 100644 (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