Re: [PATCH] openrc: Make init scripts executable on install

2022-02-15 Thread Andrea Bolognani
On Tue, Feb 15, 2022 at 05:26:51PM +0100, Michal Privoznik wrote: > When installing openrc init scripts, we take whatever mode the > generated files are in an copy them under /etc/init.d/. This is > not ideal, because those files are not executable and they should > be. > > Resolves:

Re: [PATCH] openrc: Make init scripts executable on install

2022-02-15 Thread Ani Sinha
On Tue, Feb 15, 2022 at 21:57 Michal Privoznik wrote: > When installing openrc init scripts, we take whatever mode the > generated files are in an copy them under /etc/init.d/. This is > not ideal, because those files are not executable and they should > be. > > Resolves:

[PATCH] openrc: Make init scripts executable on install

2022-02-15 Thread Michal Privoznik
When installing openrc init scripts, we take whatever mode the generated files are in an copy them under /etc/init.d/. This is not ideal, because those files are not executable and they should be. Resolves: https://gitlab.com/libvirt/libvirt/-/issues/250 Signed-off-by: Michal Privoznik ---