Re: [systemd-devel] [PATCH v3 0/2] Move initscript parsing to a generator

2014-05-31 Thread Thomas H.P. Andersen
On Sat, May 31, 2014 at 11:34 AM, Tom Gundersen wrote: > > On 31 May 2014 08:39, "Thomas H.P. Andersen" wrote: >> >> This needs some more work. Currently only initscripts linked from the rc?d >> dirs are generated. We of course need to generate them all and have a way to >> run the generator afte

Re: [systemd-devel] [PATCH v3 0/2] Move initscript parsing to a generator

2014-05-31 Thread Tom Gundersen
On 31 May 2014 08:39, "Thomas H.P. Andersen" wrote: > > This needs some more work. Currently only initscripts linked from the rc?d dirs are generated. We of course need to generate them all and have a way to run the generator after a new initscript is installed. > > Or do we want to run it just in

Re: [systemd-devel] [PATCH v3 0/2] Move initscript parsing to a generator

2014-05-31 Thread Thomas H.P. Andersen
This needs some more work. Currently only initscripts linked from the rc?d dirs are generated. We of course need to generate them all and have a way to run the generator after a new initscript is installed. Or do we want to run it just in time instead? On May 30, 2014 3:28 PM, "Thomas H.P. Anders

[systemd-devel] [PATCH v3 0/2] Move initscript parsing to a generator

2014-05-30 Thread Thomas H.P. Andersen
From: Thomas Hindoe Paaboel Andersen Move initscript parsing to a generator Compared to the previous version this one includes a fix for initscripts that have no start priority. I have also updated the commit messages. The patches have a few warts that I consider irrelevant but am willing to fix