]> git.ipfire.org Git - thirdparty/systemd.git/commit
locale: also check if converted keymap or friends is same as the current settings
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 26 Jan 2023 09:05:32 +0000 (18:05 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 28 Jan 2023 05:54:50 +0000 (14:54 +0900)
commitf41338da6e69de3f9baf22ed75545fe2836a03e4
tree6805d323fce4506926f5d97a65ca95cbc1e7d924
parent71fa933b46fa1160e4c4eb037e5e9cec9c05c082
locale: also check if converted keymap or friends is same as the current settings

Before this commit, if virtual console keymap is unchanged, localed just
returns without modifying anything. However, the X11 part may need updating.
So we should check for both and ensure they are unmodified.

Replaces #26190.
src/locale/localed.c