[PATCH] use new syntax for abstract namespace socket path in udev rule
Kay Sievers
kay.sievers at vrfy.org
Mon Jul 21 09:31:16 PDT 2008
On Mon, Jul 21, 2008 at 17:27, Olivier Blin <blino at mandriva.com> 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
More information about the hal
mailing list