Re: [systemd-devel] [PATCH 2/2] systemd: enabling/disabling template units

2012-07-09 Thread Lennart Poettering
On Tue, 03.07.12 12:04, Michal Sekletar (msekl...@redhat.com) wrote: Heya, After a bit of roth and back I think this is an OK approach. I am a bit concerned that we overload install with two different meanings here, but I must admit that a number of people have asked for this, under this name, so

Re: [systemd-devel] [PATCH 2/2] systemd: enabling/disabling template units

2012-07-03 Thread Tomasz Torcz
On Tue, Jul 03, 2012 at 12:04:40PM +0200, Michal Sekletar wrote: > Makes possible to enable/disable instance of units and should resolve Many thanks for implementing this! -- Tomasz Torcz "Never underestimate the bandwidth of a station xmpp: zdzich...@chrome.plwagon filled w

[systemd-devel] [PATCH 2/2] systemd: enabling/disabling template units

2012-07-03 Thread Michal Sekletar
Makes possible to enable/disable instance of units and should resolve BZ 752774. --- src/shared/install.c | 81 +--- src/shared/unit-name.c | 11 +++ src/shared/unit-name.h |1 + 3 files changed, 81 insertions(+), 12 deletions(-) diff --gi