Re: [systemd-devel] [PATCH] systemctl: mangle names when avoiding dbus

2013-05-22 Thread Zbigniew Jędrzejewski-Szmek
On Fri, May 17, 2013 at 04:03:36PM +0200, Vaclav Pavlin wrote: > From: Václav Pavlín > > Unit names were mangled in function enable_unit only when dbus was used. > This patch adds mangling also when the dbus is not in use. Applied. Zbyszek ___ systemd-

[systemd-devel] [PATCH] systemctl: mangle names when avoiding dbus

2013-05-17 Thread Vaclav Pavlin
From: Václav Pavlín Unit names were mangled in function enable_unit only when dbus was used. This patch adds mangling also when the dbus is not in use. --- src/systemctl/systemctl.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/systemctl/syste