init.d-script-starts-in-stop-runlevel
This /etc/init.d
script specifies the 0 or 6 runlevels in
Default-Start in its LSB keyword section. The 0 and 6 runlevels are
meant to only stop services, not to start them. Even if the init script
is doing something that isn't exactly stopping a service, the run-level
should be listed in Default-Stop, not Default-Start, and the script
should perform those actions when passed the stop
argument.
The tag is present in Lintian version 2.114.163
.
That is the most recent version we know about.
We use semantic versions.
The patch number is a commit step indicator relative to the
2.114.0
release tag in our Git
repository.
You can find the detection logic for this version at commit d219a5a. For merge requests, please use the latest version in the Lintian check init-d.
Visibility: error