On Mon, Jul 21, 2008 at 17:27, Olivier Blin <blino@xxxxxxxxxxxx> wrote: > 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" We need to bump the required udev version in NEWS to 120 then. And the old syntax will continue to work, if no file with that name exists. Kay -- 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