hal: Branch 'master' - 2 commits

Kay Sievers kay at kemper.freedesktop.org
Wed Jan 7 10:38:13 PST 2009


 NEWS                     |    2 +-
 tools/linux/90-hal.rules |    2 +-
 tools/linux/Makefile.am  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 978715ab6f1d2dca185fe47b20e7bd4f3d9ea402
Author: Kay Sievers <kay.sievers at vrfy.org>
Date:   Wed Jan 7 19:24:24 2009 +0100

    use '@' for abstract namespace socket, bump udev requirement

diff --git a/NEWS b/NEWS
index 483ee1c..8d11db3 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ Requirements for HAL 0.5.12:
  - util-linux       >= 2.12r1    (--enable-umount-helper requires patch
                                     from RH #188193; it's in util-linux-ng 2.13)
  - bash             >= 2.0
- - udev             >= 117       (Linux only)
+ - udev             >= 125       (Linux only)
  - dbus             >= 0.61      (with glib bindings)
  - glib             >= 2.10.0
  - expat            >= 1.95.8
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"
commit ebb0482963494c8733e211dc5ec16253b776a748
Author: Scott James Remnant <scott at canonical.com>
Date:   Wed Jan 7 19:23:51 2009 +0100

    install udev rule to /lib/udev/rules.d/

diff --git a/tools/linux/Makefile.am b/tools/linux/Makefile.am
index 6122314..6decfdb 100644
--- a/tools/linux/Makefile.am
+++ b/tools/linux/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-udevrulesdir = $(sysconfdir)/udev/rules.d
+udevrulesdir = /lib/udev/rules.d
 udevrules_DATA = 90-hal.rules
 
 


More information about the hal-commit mailing list