aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-xrc.d/rc.sysinit16
1 files changed, 0 insertions, 16 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 052b70b4..8f45aa13 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -32,22 +32,6 @@ else
domainname ""
fi
-if [ -f /etc/sysconfig/i18n ]; then
- . /etc/sysconfig/i18n
-fi
-
-if [ -n "$LANG" ]; then
- export LANG
-fi
-
-if [ -n "$LINGUAS" ]; then
- export LINGUAS
-fi
-
-if [ -n "$SYSTERM" ]; then
- export TERM=$SYSTERM
-fi
-
if [ -f /fsckoptions ]; then
fsckoptions=`cat /fsckoptions`
else