Package: ivman
Version: 0.6.14-3.1
Severity: normal
Tags: patch
Running ivman as system daemon, a connected USB drive was only mounted
when connected during operation, but not on boot. Changing the runlevel
configuration to start ivman after hal solved the issue.
Untested patches below.
--- init.d.orig 2009-05-01 10:20:39.000000000 +0200
+++ init.d 2009-05-01 10:25:31.000000000 +0200
@@ -3,10 +3,10 @@
# Provides: ivman
# Required-Start: $remote_fs
# Required-Stop: $remote_fs
-# Should-Start: dbus
-# Should-Stop: dbus
+# Should-Start: dbus hal
+# Should-Stop: dbus hal
# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
+# Default-Stop: 1
# Short-Description: start the ivman daemon
### END INIT INFO
--- rules.orig 2009-05-01 10:12:48.000000000 +0200
+++ rules 2009-05-01 10:25:50.000000000 +0200
@@ -76,7 +76,7 @@
dh_installchangelogs ChangeLog
dh_installdocs
dh_installexamples
- dh_installinit
+ dh_installinit -- start 26 2 3 4 5 . stop 14 1 .
dh_installman
dh_link
dh_strip
-- System Information:
Debian Release: 5.0.1
APT prefers stable
APT policy: (500, 'stable')
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]