[Pkg-utopia-commits] r2067 - in /packages/unstable/hal/debian: changelog hal.init

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Jan 26 14:23:58 UTC 2008


Author: biebl
Date: Sat Jan 26 14:23:58 2008
New Revision: 2067

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2067
Log:
* debian/rules
  - Explicitely disable the macbook addon
* debian/dbus.init
  - Fix LSB init header. Use $remote_fs instead of $local_fs as the
    daemon requires /usr to be mounted. Remove S from Should-Stop.

Modified:
    packages/unstable/hal/debian/changelog
    packages/unstable/hal/debian/hal.init

Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=2067&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Sat Jan 26 14:23:58 2008
@@ -1,3 +1,13 @@
+hal (0.5.10-6) unstable; urgency=low
+
+  * debian/rules
+    - Explicitely disable the macbook addon
+  * debian/dbus.init
+    - Fix LSB init header. Use $remote_fs instead of $local_fs as the
+      daemon requires /usr to be mounted. Remove S from Should-Stop.
+
+ -- Michael Biebl <biebl at debian.org>  Sat, 26 Jan 2008 15:20:47 +0100
+
 hal (0.5.10-5) unstable; urgency=low
 
   [ Michael Biebl ]

Modified: packages/unstable/hal/debian/hal.init
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/hal.init?rev=2067&op=diff
==============================================================================
--- packages/unstable/hal/debian/hal.init (original)
+++ packages/unstable/hal/debian/hal.init Sat Jan 26 14:23:58 2008
@@ -1,12 +1,12 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          hal
-# Required-Start:    $local_fs dbus
-# Required-Stop:     $local_fs dbus
+# Required-Start:    $remote_fs dbus
+# Required-Stop:     $remote_fs dbus
 # Should-Start:	     $syslog acpid
 # Should-Stop:       $syslog acpid
 # Default-Start:     2 3 4 5
-# Default-Stop:      S 0 1 6
+# Default-Stop:      0 1 6
 # Short-Description: Hardware abstraction layer
 # Description:       The HAL daemon collects and maintains information about
 #                    your hardware.




More information about the Pkg-utopia-commits mailing list