aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-04-02 19:47:45 +0000
committerBill Nottingham <notting@redhat.com>2001-04-02 19:47:45 +0000
commitf91be56f90b1fd441893f227716c1043c51a39c6 (patch)
tree097823202b7bc55cf4f876c215843c91c891e5ae
parente15de5234b53087f0722059ad51240971aad8196 (diff)
downloadinitscripts-r5-81.tar
initscripts-r5-81.tar.gz
initscripts-r5-81.tar.bz2
initscripts-r5-81.tar.xz
initscripts-r5-81.zip
remove bogus liner5-81
-rwxr-xr-xrc.d/init.d/network2
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)