diff options
-rwxr-xr-x | rc.d/init.d/network | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 9d435c92..5407b878 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -49,8 +49,6 @@ interfaces=`ls ifcfg* | LANG=C egrep -v '(ifcfg-lo|:|rpmsave|rpmorig|rpmnew)' | LANG=C egrep 'ifcfg-[a-z0-9]+$' | \ sed 's/^ifcfg-//g'` -export LANG=$OLDLANG - # See how we were called. case "$1" in start) |