summaryrefslogtreecommitdiff
path: root/src/core/locale-setup.c
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-11-03 19:59:42 -0400
committerDave Reisner <dreisner@archlinux.org>2012-11-03 19:59:42 -0400
commit53d05b44f17db67d644069600e4b5bbca88d21e7 (patch)
tree3e94dce02dad9705e2097c76edd2714a5e228cda /src/core/locale-setup.c
parentbd49c40537ff78060b851b85fd5fdb654f34eaf4 (diff)
drop Arch Linux support for reading /etc/rc.conf
Diffstat (limited to 'src/core/locale-setup.c')
-rw-r--r--src/core/locale-setup.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/core/locale-setup.c b/src/core/locale-setup.c
index ec512909ec..b9bd3a0748 100644
--- a/src/core/locale-setup.c
+++ b/src/core/locale-setup.c
@@ -163,16 +163,6 @@ int locale_setup(void) {
log_warning("Failed to read /etc/default/locale: %s", strerror(-r));
}
-#elif defined(TARGET_ARCH)
- if (r <= 0 &&
- (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));
- }
-
#elif defined(TARGET_GENTOO)
/* Gentoo's openrc expects locale variables in /etc/env.d/
* These files are later compiled by env-update into shell