Bug#759001: [systemd-devel] sysv-generator: doesn't handle /etc/insserv/overrides or /etc/chkconfig.d

Ansgar Burchardt ansgar at debian.org
Tue Feb 17 23:38:18 GMT 2015


Hi,

Christian Seiler <christian at iwakd.de> writes:
> I've implemented both of these and attached a modified version of
> the patch. Do you have any objections? If not, I'll ask for pre-
> approval by the release team.

The load_sysv function also has a heuristic to guess whether the init
script support the "release" action or not:

                        /* Try to figure out whether this init script supports
                         * the reload operation. This heuristic looks for
                         * "Usage" lines which include the reload option. */

As far as I can see this will no longer work with the proposed changes
when an override file is present: load_sysv will only process the
override file and never see the "usage" line used in the heuristic.

Ansgar




More information about the Pkg-systemd-maintainers mailing list