Package:  kdump-tools
Version:  1.3.4-1
Severity: normal
Tags:     patch
User:     initscripts-ng-de...@lists.alioth.debian.org
Usertags: incorrect-dependency

With dependency based boot sequencing, I discovered what I believe is
a bug in the init.d scripts of this package, when doing a archive wide
check of the dependencies.  This is the error reported:

  error: script kdump-tools/init.d/kdump-tools depend on non-existing
    provides: $networking

This patch should solve the issue.

diff -ur makedumpfile-1.3.4/debian/kdump-tools.init 
makedumpfile-1.3.4-pere/debian/kdump-tools.init
--- makedumpfile-1.3.4/debian/kdump-tools.init  2010-02-13 13:56:10.000000000 
+0100
+++ makedumpfile-1.3.4-pere/debian/kdump-tools.init     2010-02-13 
13:56:37.000000000 +0100
@@ -2,7 +2,7 @@

 ### BEGIN INIT INFO
 # Provides:          kdump-tools
-# Required-Start:    $syslog $time $local_fs $remote_fs $networking
+# Required-Start:    $syslog $time $local_fs $remote_fs $network
 # Required-Stop:     $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to