init.d-script-possible-missing-stop
The given /etc/init.d
script indicates it should be
stopped at one of the runlevels 0, 1, or 6 but not at all of them.
This is usually a mistake. Normally, facilities that need to be stopped
at any of those runlevels need to be stopped at all of them.
For example, if it is safe for the facility provided by this init script
to be stopped by sendsigs
at runlevels 0 and 6, there should be
no reason to special case runlevel 1, where killprocs
would
stop it. If the facility needs special shutdown handling when rebooting
the system (runlevel 6), it probably needs the same handling when
halting the system (runlevel 0) or switching to single-user mode
(runlevel 1).
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.112.0
release tag in our Git
repository.
You can find the detection logic for this version at commit 02df726. For merge requests, please use the latest version in the Lintian check init-d.
Visibility: warning