[Pkg-utopia-commits] r752 - packages/unstable/hal/debian
Sjoerd Simons
sjoerd at costa.debian.org
Thu Mar 16 21:17:58 UTC 2006
Author: sjoerd
Date: 2006-03-16 21:17:57 +0000 (Thu, 16 Mar 2006)
New Revision: 752
Modified:
packages/unstable/hal/debian/changelog
packages/unstable/hal/debian/hal.prerm
Log:
* Bump compat version to 5
* Killing hal with brute force in prerm shouldn't be needed anymore
Modified: packages/unstable/hal/debian/changelog
===================================================================
--- packages/unstable/hal/debian/changelog 2006-03-16 21:15:17 UTC (rev 751)
+++ packages/unstable/hal/debian/changelog 2006-03-16 21:17:57 UTC (rev 752)
@@ -1,8 +1,9 @@
hal (0.5.7-2) unstable; urgency=low
- * Bump compat version to 5
+ * Bump compat version to 5
+ * Killing hal with brute force in prerm shouldn't be needed anymore
- -- Sjoerd Simons <sjoerd at debian.org> Thu, 16 Mar 2006 22:14:43 +0100
+ -- Sjoerd Simons <sjoerd at debian.org> Thu, 16 Mar 2006 22:17:34 +0100
hal (0.5.7-1) unstable; urgency=low
Modified: packages/unstable/hal/debian/hal.prerm
===================================================================
--- packages/unstable/hal/debian/hal.prerm 2006-03-16 21:15:17 UTC (rev 751)
+++ packages/unstable/hal/debian/hal.prerm 2006-03-16 21:17:57 UTC (rev 752)
@@ -2,12 +2,6 @@
if [ "$1" = "remove" ]; then
/etc/dbus-1/event.d/20hal stop || true
- sleep 2
- # hald seems to be very hard to kill
- if [ -e /var/run/hal/hald.pid ]; then
- kill -9 $(< /var/run/hal/hald.pid) || true
- rm -f /var/run/hal/hald.pid
- fi
fi
#DEBHELPER#
More information about the Pkg-utopia-commits
mailing list