chiark / gitweb /
locale: set LANG on Arch
[elogind.git] / src / locale-setup.c
index 923be045e15fc711150d325ac41a684a2f5b5193..675a739a5c44656e714d273d8010745159073dd6 100644 (file)
@@ -76,6 +76,14 @@ int locale_setup(void) {
                 if (r != -ENOENT)
                         log_warning("Failed to read /etc/sysconfig/i18n: %s", strerror(-r));
         }
                 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
 #endif
 
         /* Override distribution-specific options with the