init.d-script-missing-dependency-on-local_fs
The given init script seems to refer to /var
, possibly
using a file from there. Without a dependency on $local_fs
in
Required-Start or Required-Stop, as appropriate, the init script might be
run before /var
is mounted or after it's unmounted.
Using Should-Start or Should-Stop to declare the dependency is conceptually incorrect since the $local_fs facility is always available. Required-Start or Required-Stop should be used instead.
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.111.0
release tag in our Git
repository.
You can find the detection logic for this version at commit ffc17eb. For merge requests, please use the latest version in the Lintian check init-d.
Visibility: error