On Thu, 28 May 2026 16:47, Ansgar 🙀 <[email protected]> wrote:
On Thu, 28 May 2026 16:37:19 +0200 Matthias Geiger wrote:
linitan currently warns for scripts in /etc/init.d that are not
registered via update-rc.d:
W: openrc-native: script-in-etc-init.d-not-registered-via-update-rc.d
[etc/init.d/sysfs]
This seems correct as policy requires use of update-rc.d:
https://www.debian.org/doc/debian-policy/ch-opersys.html#interfacing-with-init-systems
However, for native openrc init scripts (that start with
/usr/sbin/openrc-run) this warning is wrong, as openRC does not use
update-rc.d.
It seems wrong to use /etc/init.d for a different purpose than it is
intended for.
As mention in my other bug, openrc does support /etc/init.d as main
location. I assume this needs policy changed; nevertheless this a bug.
best,
werdahias