[PATCH] use new syntax for abstract namespace socket path in udev rule
Olivier Blin
blino at mandriva.com
Mon Jul 21 08:27:26 PDT 2008
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
More information about the hal
mailing list