1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 01:55:32 +03:00

localed: improve the comment in 00-keyboard.conf

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-06-28 22:34:36 -04:00
parent 1f3e486fa7
commit ad29b8897e

View File

@ -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);