diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-07-16 12:44:24 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-07-16 12:44:24 +0200 |
commit | d35f51ea848ca76bd3747db69e8c5dd864e82bc3 (patch) | |
tree | 365628431e5cc79bbb9fc0df3752e109798a0e03 /README | |
parent | b75077875194a4a9cf2f8e1fe869be673e40d8fb (diff) | |
download | systemd-d35f51ea848ca76bd3747db69e8c5dd864e82bc3.tar.gz systemd-d35f51ea848ca76bd3747db69e8c5dd864e82bc3.tar.bz2 systemd-d35f51ea848ca76bd3747db69e8c5dd864e82bc3.zip |
tree-wide: use "polkit" to refer to PolicyKit/polkit
Back in 2012 the project was renamed, see the release notes for v 0.105
[https://cgit.freedesktop.org/polkit/tree/NEWS#n754]. Let's update our
documentation and comments to do the same. Referring to PolicyKit is confusing
to users because at the time the polkit api changed too, and we support the new
version. I updated NEWS too, since all the references to PolicyKit there were
added after the rename.
"PolicyKit" is unchanged in various URLs and method call names.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ REQUIREMENTS: NOTE: If using dbus < 1.9.18, you should override the default policy directory (--with-dbuspolicydir=/etc/dbus-1/system.d). dracut (optional) - PolicyKit (optional) + polkit (optional) To build in directory build/: meson build/ && ninja -C build |