Package: hal Version: 0.5.11-4 Severity: wishlist Tags: patch User: [EMAIL PROTECTED] Usertags: ubuntu-patch origin-ubuntu intrepid
Hi! hal does not do anything beyond killing itself in the stop init script, thus halt and reboot can be made a bit faster by not installing rc.d symlinks for runlevels 0 and 6. Then it will just get shut down by /etc/init.d/sendsigs. Thanks for considering, Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
--- ../debian/debian/hal.init 2008-10-06 14:22:18.000000000 +0200
+++ debian/hal.init 2008-10-06 15:53:21.000000000 +0200
@@ -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.
--- debian/rules 2008-07-09 01:56:03 +0000
+++ debian/rules 2008-10-06 13:56:17 +0000
@@ -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
signature.asc
Description: Digital signature

