Magellan Linux

Contents of /trunk/hal/patches/hal-0.5.7.1-unclean-unmount-r1.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82 - (show annotations) (download)
Fri Oct 20 18:01:50 2006 UTC (17 years, 6 months ago) by niro
File size: 342 byte(s)
patches and files for hal-0.5.7.1-r1

1 --- tools/linux/90-hal.rules 2006-01-21 14:39:58.000000000 -0500
2 +++ tools/linux/90-hal.rules.new 2006-03-18 21:14:31.000000000 -0500
3 @@ -1,2 +1,6 @@
4 # pass all events to the HAL daemon
5 RUN+="socket:/org/freedesktop/hal/udev_event"
6 +
7 +# unmount block devices when they are removed
8 +SUBSYSTEM=="block",ACTION=="remove", RUN+="hal_unmount"
9 +