aboutsummaryrefslogtreecommitdiffstats
path: root/community/openrc-settingsd/use-profiled-instead-of-envd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/openrc-settingsd/use-profiled-instead-of-envd.patch')
-rw-r--r--community/openrc-settingsd/use-profiled-instead-of-envd.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/openrc-settingsd/use-profiled-instead-of-envd.patch b/community/openrc-settingsd/use-profiled-instead-of-envd.patch
new file mode 100644
index 0000000000..67e328b106
--- /dev/null
+++ b/community/openrc-settingsd/use-profiled-instead-of-envd.patch
@@ -0,0 +1,15 @@
+We don't use env.d in Alpine.
+
+diff --git a/src/localed.c b/src/localed.c
+index 008ed16..4a210b6 100644
+--- a/src/localed.c
++++ b/src/localed.c
+@@ -1281,7 +1281,7 @@ localed_init (gboolean _read_only)
+
+ read_only = _read_only;
+ kbd_model_map_file = g_file_new_for_path (PKGDATADIR "/kbd-model-map");
+- locale_file = g_file_new_for_path (SYSCONFDIR "/env.d/02locale");
++ locale_file = g_file_new_for_path (SYSCONFDIR "/profile.d/02locale.sh");
+ keymaps_file = g_file_new_for_path (SYSCONFDIR "/conf.d/keymaps");
+
+ /* See http://www.gentoo.org/doc/en/xorg-config.xml */