summaryrefslogtreecommitdiffstats
path: root/extra/hal
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-07-25 20:39:23 +0200
committertnut <thierryn1 at hispeed dot ch>2010-07-25 20:39:23 +0200
commit781621fb1adebe2422bb3e0247b3a31b466836ce (patch)
treefa2f3ad534a8ee45789bb04e6c65ea43ff6ee78e /extra/hal
parent087ef0ff3219f2b87b61692440ec3e3107d503d2 (diff)
downloadnutyx-extra-781621fb1adebe2422bb3e0247b3a31b466836ce.tar.gz
nutyx-extra-781621fb1adebe2422bb3e0247b3a31b466836ce.tar.bz2
nutyx-extra-781621fb1adebe2422bb3e0247b3a31b466836ce.tar.xz
nutyx-extra-781621fb1adebe2422bb3e0247b3a31b466836ce.zip
maj hal#0.5.34-1
Diffstat (limited to 'extra/hal')
-rw-r--r--extra/hal/.footprint2
-rw-r--r--extra/hal/.md5sum2
-rwxr-xr-xextra/hal/Pkgfile4
-rw-r--r--extra/hal/pre-install2
4 files changed, 4 insertions, 6 deletions
diff --git a/extra/hal/.footprint b/extra/hal/.footprint
index b21c6ecb5..0734a16d9 100644
--- a/extra/hal/.footprint
+++ b/extra/hal/.footprint
@@ -73,7 +73,6 @@ drwxr-xr-x root/root usr/lib/hal/
-rwxr-xr-x root/root usr/lib/hal/hald-addon-pmu
-rwxr-xr-x root/root usr/lib/hal/hald-addon-rfkill-killswitch
-rwxr-xr-x root/root usr/lib/hal/hald-addon-storage
--rwxr-xr-x root/root usr/lib/hal/hald-addon-usb-csr
-rwxr-xr-x root/root usr/lib/hal/hald-generate-fdi-cache
-rwxr-xr-x root/root usr/lib/hal/hald-probe-hiddev
-rwxr-xr-x root/root usr/lib/hal/hald-probe-ieee1394-unit
@@ -161,7 +160,6 @@ drwxr-xr-x root/root usr/share/hal/fdi/policy/10osvendor/
-rw-r--r-- root/root usr/share/hal/fdi/policy/10osvendor/10-power-mgmt-policy.fdi
-rw-r--r-- root/root usr/share/hal/fdi/policy/10osvendor/10-rfkill-switch.fdi
-rw-r--r-- root/root usr/share/hal/fdi/policy/10osvendor/10-tabletPCs.fdi
--rw-r--r-- root/root usr/share/hal/fdi/policy/10osvendor/10-usbcsr-mice.fdi
-rw-r--r-- root/root usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi
-rw-r--r-- root/root usr/share/hal/fdi/policy/10osvendor/15-storage-luks.fdi
-rw-r--r-- root/root usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi
diff --git a/extra/hal/.md5sum b/extra/hal/.md5sum
index d36be6fec..1905c1491 100644
--- a/extra/hal/.md5sum
+++ b/extra/hal/.md5sum
@@ -1,5 +1,5 @@
2ce75b2d8e3408137a7fb449a9d892e1 10-keymap.fdi
-46ecc5d2e5bd964fb78099688f01bb6a hal-0.5.13.tar.gz
+e9163df591a6f38f59fdbfe33e73bf20 hal-0.5.14.tar.gz
6fc99d15d38945c17a291ea93e664664 hal-info-20080508.tar.gz
e96ea4d2d6e81d2a53cf63e2e93dc9e4 haldaemon
47290dc30a6e2e05a9aa7a0d06833350 halusers.conf
diff --git a/extra/hal/Pkgfile b/extra/hal/Pkgfile
index a9ef0294d..8433cbd00 100755
--- a/extra/hal/Pkgfile
+++ b/extra/hal/Pkgfile
@@ -5,8 +5,8 @@
# Depends on: dbus-glib, glib, usbutils, pciutils, libusb, eject, hal-info, gperf
name=hal
-version=0.5.13
-release=2
+version=0.5.14
+release=1
source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz\
http://hal.freedesktop.org/releases/hal-info-20080508.tar.gz\
haldaemon halusers.conf 10-keymap.fdi \
diff --git a/extra/hal/pre-install b/extra/hal/pre-install
index 986157172..dd3fc113e 100644
--- a/extra/hal/pre-install
+++ b/extra/hal/pre-install
@@ -4,7 +4,7 @@
getent group haldaemon || /usr/sbin/groupadd -g 19 haldaemon
# check for plugdev group or add one
-getent group plugdev || /usr/sbin/groupadd plugdev
+getent group plugdev || /usr/sbin/groupadd -g 63 plugdev
# check for haldaemon user or add one
getent passwd haldaemon || /usr/sbin/useradd -g haldaemon -u 19 -d /var/empty -s /bin/false -c "HAL Daemon User" haldaemon