Re: [systemd-devel] [PATCH] systemctl: don't mangle name when it is a path

2012-10-15 Thread Lennart Poettering
On Mon, 15.10.12 14:51, Lukas Nykryn (lnyk...@redhat.com) wrote: Hi! > systemctl enable, disable, ... can also accept full path and in this case > we don't need to alter it (rhbz#866346). Hmm, so I can't say I really like the asymmetry between "systemctl enable" and "systemctl status" now, but t

[systemd-devel] [PATCH] systemctl: don't mangle name when it is a path

2012-10-15 Thread Lukas Nykryn
systemctl enable, disable, ... can also accept full path and in this case we don't need to alter it (rhbz#866346). --- src/systemctl/systemctl.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index d1fbb78..4576bbf