diff options
author | Bill Nottingham <notting@redhat.com> | 2001-04-02 19:47:45 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-04-02 19:47:45 +0000 |
commit | f91be56f90b1fd441893f227716c1043c51a39c6 (patch) | |
tree | 097823202b7bc55cf4f876c215843c91c891e5ae /rc.d | |
parent | e15de5234b53087f0722059ad51240971aad8196 (diff) | |
download | initscripts-f91be56f90b1fd441893f227716c1043c51a39c6.tar initscripts-f91be56f90b1fd441893f227716c1043c51a39c6.tar.gz initscripts-f91be56f90b1fd441893f227716c1043c51a39c6.tar.bz2 initscripts-f91be56f90b1fd441893f227716c1043c51a39c6.tar.xz initscripts-f91be56f90b1fd441893f227716c1043c51a39c6.zip |
remove bogus liner5-81
Diffstat (limited to 'rc.d')
-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) |