]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/systemctl/systemctl.c
systemctl: call the unit dbus path dbus_path everywhere
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 24 Mar 2019 20:36:29 +0000 (21:36 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 17 Jul 2019 12:35:35 +0000 (14:35 +0200)
commit6176e89c2072a3687d358ab104b7c9c5066aeadc
treeff861d9219a6cce0b65633b94c03883e378e0408
parent043fdc40105f976fc4884dbe95345d1cf05f5c64
systemctl: call the unit dbus path dbus_path everywhere

Similar variables had differing names: unit, path, unit_path. We also
have file system paths in surrounding code. Let's make this easier for
the reader and use "dbus_path" consistently.
src/systemctl/systemctl.c