Re: [systemd-devel] [PATCHi v2] systemctl: add add-wants and add-requires verbs

2014-09-25 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Sep 25, 2014 at 10:09:40AM +0200, Lukáš Nykrýn wrote: > Zbigniew Jędrzejewski-Szmek píše v St 24. 09. 2014 v 18:15 +0200: > > > > I don't understand the name "method_add_install_dependency_unit_files". > > Why not just "method_add_dependencies"? After all, this is not like install, > > and

Re: [systemd-devel] [PATCHi v2] systemctl: add add-wants and add-requires verbs

2014-09-25 Thread Lukáš Nykrýn
Zbigniew Jędrzejewski-Szmek píše v St 24. 09. 2014 v 18:15 +0200: > > I don't understand the name "method_add_install_dependency_unit_files". > Why not just "method_add_dependencies"? After all, this is not like install, > and does not work on the level of unit files, but units. > > Similarly for

Re: [systemd-devel] [PATCHi v2] systemctl: add add-wants and add-requires verbs

2014-09-24 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Sep 24, 2014 at 04:27:29PM +0200, Lukas Nykryn wrote: > --- > > Changes in v2 > > - new selinux_unit_access_check_strv > - only one dbus call AddInstallDependencyUnitFiles > - small change in manpage > > TODO | 1 - > man/systemctl.xml

[systemd-devel] [PATCHi v2] systemctl: add add-wants and add-requires verbs

2014-09-24 Thread Lukas Nykryn
--- Changes in v2 - new selinux_unit_access_check_strv - only one dbus call AddInstallDependencyUnitFiles - small change in manpage TODO | 1 - man/systemctl.xml | 21 src/core/dbus-manager.c| 84 ++