<div><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 15, 2022 at 21:57 Michal Privoznik <<a href="mailto:mprivozn@redhat.com">mprivozn@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">When installing openrc init scripts, we take whatever mode the<br>
generated files are in an copy them under /etc/init.d/. This is<br>
not ideal, because those files are not executable and they should<br>
be.<br>
<br>
Resolves: <a href="https://gitlab.com/libvirt/libvirt/-/issues/250" rel="noreferrer" target="_blank">https://gitlab.com/libvirt/libvirt/-/issues/250</a><br>
Signed-off-by: Michal Privoznik <<a href="mailto:mprivozn@redhat.com" target="_blank">mprivozn@redhat.com</a>></blockquote><div dir="auto"><br></div><div dir="auto">Reviewed-by: Ani Sinha <<a href="mailto:ani@anisinha.ca">ani@anisinha.ca</a>></div><div dir="auto"><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)" dir="auto"><br>
---<br>
 src/meson.build | 1 +<br>
 1 file changed, 1 insertion(+)<br>
<br>
diff --git a/src/meson.build b/src/meson.build<br>
index 3890df7124..b2d951d36c 100644<br>
--- a/src/meson.build<br>
+++ b/src/meson.build<br>
@@ -848,6 +848,7 @@ if conf.has('WITH_LIBVIRTD')<br>
       install_data(<br>
         init_file,<br>
         install_dir: sysconfdir / 'init.d',<br>
+        install_mode: 'rwxr-xr-x',<br>
         rename: [ init['name'] ],<br>
       )<br>
<br>
-- <br>
2.34.1<br>
<br>
</blockquote></div></div>