From ad29b8897e6227c25fbea85f659903e157f38b27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 28 Jun 2017 22:34:36 -0400 Subject: [PATCH] localed: improve the comment in 00-keyboard.conf --- src/locale/keymap-util.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/locale/keymap-util.c b/src/locale/keymap-util.c index da72bee..105d9b0 100644 --- a/src/locale/keymap-util.c +++ b/src/locale/keymap-util.c @@ -361,8 +361,9 @@ int x11_write_data(Context *c) { fchmod(fileno(f), 0644); - fputs("# Read and parsed by systemd-localed. It's probably wise not to edit this file\n" - "# manually too freely.\n" + fputs("# Written by systemd-localed(8), read by systemd-localed and Xorg. It's\n" + "# probably wise not to edit this file manually. Use localectl(1) to\n" + "# instruct systemd-localed to update it.\n" "Section \"InputClass\"\n" " Identifier \"system-keyboard\"\n" " MatchIsKeyboard \"on\"\n", f); -- 2.7.4