C.Y.M wrote:
> C.Y.M wrote:
>
Ooops.. I had it backwards. :)
--- hal/debian/hal.udev.rules.old 2005-08-06 04:05:56.000000000 -0700
+++ hal/debian/hal.udev.rules 2005-08-06 04:28:29.000000000 -0700
@@ -1,6 +1,12 @@
# hotplug.d and dev.d are obsolete, so simulate calling of the hal helpers
+
+if ! [ "ENV{SEQNUM}" = "" ]; then
ENV{UDEVD_EVENT}=="1" RUN+="/usr/lib/hal/hal.hotplug"
+fi
+
+if ! [ "ENV{DEVNAME}" = "" ]; then
ENV{UDEVD_EVENT}=="1" RUN+="/usr/lib/hal/hal.dev"
+fi
# unmount block devices when they are removed
ENV{UDEVD_EVENT}=="1", SUBSYSTEM=="block",ACTION="remove",
RUN+="/usr/lib/hal/hal-unmount.sh"
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]