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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Oct 6 14:43:38 UTC 2008


Author: lool
Date: Mon Oct  6 14:43:38 2008
New Revision: 2441

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2441
Log:
Don't stop hal in runlevels 0 and 6, sendsigs is fine; from Ubuntu; thanks
Martin Pitt; closes: #501310.

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

Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=2441&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Mon Oct  6 14:43:38 2008
@@ -1,3 +1,10 @@
+hal (0.5.11-5) UNRELEASED; urgency=low
+
+  * Don't stop hal in runlevels 0 and 6, sendsigs is fine; from Ubuntu; thanks
+    Martin Pitt; closes: #501310.
+
+ -- Loic Minier <lool at dooz.org>  Mon, 06 Oct 2008 16:42:53 +0200
+
 hal (0.5.11-4) unstable; urgency=low
 
   [ Loic Minier ]

Modified: packages/unstable/hal/debian/hal.init
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/hal.init?rev=2441&op=diff
==============================================================================
--- packages/unstable/hal/debian/hal.init (original)
+++ packages/unstable/hal/debian/hal.init Mon Oct  6 14:43:38 2008
@@ -6,7 +6,7 @@
 # Should-Start:	     $syslog acpid
 # Should-Stop:       $syslog acpid
 # Default-Start:     2 3 4 5
-# Default-Stop:      0 1 6
+# Default-Stop:      1
 # Short-Description: Hardware abstraction layer
 # Description:       The HAL daemon collects and maintains information about
 #                    your hardware.

Modified: packages/unstable/hal/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/rules?rev=2441&op=diff
==============================================================================
--- packages/unstable/hal/debian/rules (original)
+++ packages/unstable/hal/debian/rules Mon Oct  6 14:43:38 2008
@@ -21,7 +21,7 @@
                              --enable-docbook-docs \
                              --docdir=/usr/share/doc/hal-doc
 
-DEB_DH_INSTALLINIT_ARGS := -- start 24 2 3 4 5 . stop 16 0 1 6 .
+DEB_DH_INSTALLINIT_ARGS := -- start 24 2 3 4 5 . stop 16 1 .
 
 install/hal::
 	# Remove executable bit as this is nothing that can be executed




More information about the Pkg-utopia-commits mailing list