locale: set LANG on Arch

This variable is defined in /etc/rc.conf
This commit is contained in:
Tom Gundersen 2010-09-18 23:43:53 +01:00 committed by Lennart Poettering
parent 424313503a
commit f2fcd59ffa

View file

@ -76,6 +76,14 @@ int locale_setup(void) {
if (r != -ENOENT)
log_warning("Failed to read /etc/sysconfig/i18n: %s", strerror(-r));
}
#elif defined(TARGET_ARCH)
if ((r = parse_env_file("/etc/rc.conf", NEWLINE,
"LOCALE", &variables[VARIABLE_LANG],
NULL)) < 0) {
if (r != -ENOENT)
log_warning("Failed to read /etc/rc.conf: %s", strerror(-r));
}
#endif
/* Override distribution-specific options with the