This patch makes the udev rule use the new syntax for abstract namespace socket path (introduced in udev 120). --- tools/linux/90-hal.rules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/linux/90-hal.rules b/tools/linux/90-hal.rules index f552149..6e7f685 100644 --- a/tools/linux/90-hal.rules +++ b/tools/linux/90-hal.rules @@ -1,2 +1,2 @@ # pass all events to the HAL daemon -RUN+="socket:/org/freedesktop/hal/udev_event" +RUN+="socket:@/org/freedesktop/hal/udev_event" -- 1.5.6 -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html