[Pkg-utopia-commits] r1507 - in /packages/unstable/hal/debian: changelog hal-unmount.sh hal.udev.rules

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Mon May 28 18:45:07 UTC 2007


Author: sjoerd
Date: Mon May 28 18:45:07 2007
New Revision: 1507

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1507
Log:
* debian/hal.udev.rules
  + No longer try calling pumount or umount when devices are removed but not
    unmounted. Leave this to hal itself
* debian/hal-unmount.sh
  + Removed. No longer needed

Removed:
    packages/unstable/hal/debian/hal-unmount.sh
Modified:
    packages/unstable/hal/debian/changelog
    packages/unstable/hal/debian/hal.udev.rules

Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=1507&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Mon May 28 18:45:07 2007
@@ -1,3 +1,13 @@
+hal (0.5.9-4) UNRELEASED; urgency=low
+
+  * debian/hal.udev.rules
+    + No longer try calling pumount or umount when devices are removed but not
+      unmounted. Leave this to hal itself
+  * debian/hal-unmount.sh
+    + Removed. No longer needed
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Mon, 28 May 2007 20:43:34 +0200
+
 hal (0.5.9-3) unstable; urgency=low
 
   * Install the hal start script as regular SysV init script

Modified: packages/unstable/hal/debian/hal.udev.rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/hal.udev.rules?rev=1507&op=diff
==============================================================================
--- packages/unstable/hal/debian/hal.udev.rules (original)
+++ packages/unstable/hal/debian/hal.udev.rules Mon May 28 18:45:07 2007
@@ -1,5 +1,2 @@
 # Have udev pass data over a socket to hal 
 RUN+="socket:/org/freedesktop/hal/udev_event"
-
-# unmount block devices when they are removed
-SUBSYSTEM=="block", ACTION=="remove", RUN+="/usr/lib/hal/hal-unmount.sh"




More information about the Pkg-utopia-commits mailing list