Comment 15 for bug 931606

Revision history for this message
Daniel Holbach (dholbach) wrote :

These two lintian warnings are not so important:

W: seeks: extra-license-file usr/share/doc/seeks/COPYING.gz
E: seeks: helper-templates-in-copyright

This one here looks a bit more important:
E: seeks: init.d-script-missing-dependency-on-remote_fs etc/init.d/seeks: required-start
N:
N: The given init script seems to refer to /usr, possibly using a file or
N: binary from there. Without a dependency on $remote_fs in Required-Start
N: or Required-Stop, as appropriate, the init script might be run before
N: /usr is mounted or after it's unmounted.
N:
N: Using Should-Start or Should-Stop to declare the dependency is
N: conceptually incorrect since the $remote_fs facility is always
N: available. Required-Start or Required-Stop should be used instead. Also,
N: please note that $all should not be used in Required-Stop, only
N: Required-Start.
N:
N: Refer to http://wiki.debian.org/LSBInitScripts for details.