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, 0 insertions, 15 deletions
diff --git a/community/openrc-settingsd/use-profiled-instead-of-envd.patch b/community/openrc-settingsd/use-profiled-instead-of-envd.patch
deleted file mode 100644
index 67e328b106d..00000000000
--- a/community/openrc-settingsd/use-profiled-instead-of-envd.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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 */