init.d-script-provides-virtual-facility
This /etc/init.d
script indicates in its LSB headers that
it provides a virtual facility, denoted by the dollar sign in front of
the name.
This is not the correct way to provide a virtual facility. Instead, the
package should include a file in /etc/insserv.conf.d
, usually
named after the package, containing:
$virtual_facility_name +init-script-name
to declare that the named init script provides the named virtual facility.
For more information please consult:
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 ea05801. For merge requests, please use the latest version in the Lintian check init-d.
Visibility: warning