diff options
author | Tom Gundersen <teg@jklm.no> | 2012-07-18 17:29:32 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-07-18 17:29:32 +0200 |
commit | ced7f5b6dc5fc68bd9072e967ba2c5a4094cf1f2 (patch) | |
tree | 5b03c1c833c15f352aa36b176a79c91ed5b374db /rc.sysinit | |
parent | 339aaf3e26269cf256f92058b0254d78e46ad32b (diff) |
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: <https://bbs.archlinux.org/viewtopic.php?pid=1125166>
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-x | rc.sysinit | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |