Bug#571280: false positive for init.d-script-missing-dependency-on-remote_fs /etc/init.d/rsyslog: required-stop

2010-03-20 Thread Russ Allbery
Michael Biebl bi...@debian.org writes: the rsyslog init script has the following LSB header ### BEGIN INIT INFO # Provides: rsyslog # Required-Start:$remote_fs $time # Required-Stop: umountnfs $time # X-Stop-After: sendsigs # Default-Start: 2 3 4 5 #

Bug#571280: false positive for init.d-script-missing-dependency-on-remote_fs /etc/init.d/rsyslog: required-stop

2010-03-20 Thread Michael Biebl
On 21.03.2010 00:37, Russ Allbery wrote: Michael Biebl bi...@debian.org writes: the rsyslog init script has the following LSB header ### BEGIN INIT INFO # Provides: rsyslog # Required-Start:$remote_fs $time # Required-Stop: umountnfs $time # X-Stop-After: sendsigs

Bug#571280: false positive for init.d-script-missing-dependency-on-remote_fs /etc/init.d/rsyslog: required-stop

2010-03-20 Thread Russ Allbery
Michael Biebl bi...@debian.org writes: I don't think your analysis is correct. The rsyslog header has a Required-Stop: umountnfs i.e. it is stopped before umountnfs. As /usr can be a remote fs in Debian, this means, rsyslog is stopped before /usr (or for that matter /var) is unmounted

Bug#571280: false positive for init.d-script-missing-dependency-on-remote_fs /etc/init.d/rsyslog: required-stop

2010-02-24 Thread Michael Biebl
Package: lintian Version: 2.3.3 Severity: normal Hi, the rsyslog init script has the following LSB header ### BEGIN INIT INFO # Provides: rsyslog # Required-Start:$remote_fs $time # Required-Stop: umountnfs $time # X-Stop-After: sendsigs # Default-Start: 2 3 4 5 #