[2019-01-13 08:31] Pierre Ynard <[email protected]>
> Hello, and thanks a lot for your work on the sysvinit package!
I am happy to know, that this work is important not only to me.
> > * Move /etc/init.d/{rc,rcS} scripts out of /etc, retaining
> > symbolic link for compatibility (Closes: #132542)
>
> https://salsa.debian.org/debian/sysvinit/commit/0766e7195229ee5563bc4ff3b6bf0a4b350c780d
>
> > +debian/src/sysv-rc/rc /usr/libexec/sysvinit
> > +debian/src/sysv-rc/rcS /usr/libexec/sysvinit
>
> You've moved them to /usr/libexec/ that doesn't exist on Debian, not
> /lib/init/ ?...
Luckily, it does exists. Since recent Debian Policy (4.1.5?), Debian at
last adopted FHS-3.0, which have /usr/libexec:
$ dpkg -L debian-policy
[...]
/usr/share/doc/debian-policy/fhs
/usr/share/doc/debian-policy/fhs/fhs-3.0.html
/usr/share/doc/debian-policy/fhs/fhs-3.0.pdf.gz
/usr/share/doc/debian-policy/fhs/fhs-3.0.txt.gz
[...]