From ced7f5b6dc5fc68bd9072e967ba2c5a4094cf1f2 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 18 Jul 2012 17:29:32 +0200 Subject: rc.sysinit: remove redundant export of LANG This is done in 'functions' which is sourced by rc.sysinit. Furthermore, this makes sure we take DAEMON_LOCALE into account. Report: Signed-off-by: Tom Gundersen --- rc.sysinit | 6 ------ 1 file changed, 6 deletions(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index 8a3c5a4..d8929de 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -6,12 +6,6 @@ . /etc/rc.conf . /etc/rc.d/functions -if [[ -s /etc/locale.conf ]]; then - parse_envfile /etc/locale.conf "LANG" -elif [[ $LOCALE ]]; then - export LANG=$LOCALE -fi - # Prints distro name and URL print_welcome -- cgit v1.2.3