[Pkg-utopia-maintainers] Bug#534526: hal: init script needs to	depend on mountall
    Raphael Geissert 
    atomo64 at gmail.com
       
    Thu Jun 25 02:24:03 UTC 2009
    
    
  
Package:  hal
Version:  0.5.12~git20090406.46dc48-2
Severity: important
Tags:     patch
User:     initscripts-ng-devel at 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
    
    
More information about the Pkg-utopia-maintainers
mailing list