Package: hal Version: 0.5.12~git20090406.46dc48-2 Severity: important Tags: patch User: initscripts-ng-de...@lists.alioth.debian.org Usertags: missing-dependency
Hi, While reviewing the dependencies of the init scripts I found your init script missing a dependency on mountall. If it is started before mountall, it will fail to start because /var is not mounted RW. The following patch is enough: --- unpacked/etc/init.d/hal 2009-04-17 14:42:44.000000000 -0500 +++ /etc/init.d/hal 2009-06-24 14:23:14.000000000 -0500 @@ -1,7 +1,7 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: hal -# Required-Start: $remote_fs dbus +# Required-Start: $remote_fs dbus mountall # Required-Stop: $remote_fs dbus # Should-Start: $syslog acpid # Should-Stop: $syslog acpid Cheers, -- Raphael Geissert - Debian Maintainer www.debian.org - get.debian.net -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org