]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: reword polkit request a bit (#10524)
authorLennart Poettering <lennart@poettering.net>
Thu, 25 Oct 2018 21:01:41 +0000 (23:01 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 25 Oct 2018 21:01:41 +0000 (06:01 +0900)
commit1d445eda4e645dd5f55b2aef8dbdba95c317b204
tree7048c5806ac706eff49945ac183149060fece78d
parent05f339267ed3f3c5f2e461ffbe2630e7e99d9a49
core: reword polkit request a bit (#10524)

"killing" is very UNIX terminology, and not really what this is about.
Let's be more correct and say "send a UNIX signal" for the operation.

Otherwise things are really weird if users call "journalctl --rotate"
from the command line, which internally asks systemd to send SIGUSR2 to
to journald: when german locale is selected this asks the user — roughly
transliterated — whether they want to "eliminate" journald, which is
definitely not the intended meaning.
src/core/dbus-unit.c