udev: update to 173

to avoid a warnig on system start the deprecated call of udevadm
 'udevadm trigger --type=failed'
is no longer used.

See
http://thread.gmane.org/gmane.linux.hotplug.devel/16695
http://thread.gmane.org/gmane.linux.hotplug.devel/17011
This commit is contained in:
Juergen Daubert 2011-08-03 10:57:42 +02:00
parent ede133bdb7
commit 8ebfc91b76
4 changed files with 9 additions and 10 deletions

View File

@ -4,9 +4,10 @@ drwxr-xr-x root/root etc/udev/rules.d/
-rw-r--r-- root/root etc/udev/udev.conf
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/firmware/
lrwxrwxrwx root/root lib/libudev.so.0 -> libudev.so.0.11.5
-rwxr-xr-x root/root lib/libudev.so.0.11.5
lrwxrwxrwx root/root lib/libudev.so.0 -> libudev.so.0.12.0
-rwxr-xr-x root/root lib/libudev.so.0.12.0
drwxr-xr-x root/root lib/udev/
-rwxr-xr-x root/root lib/udev/accelerometer
-rwxr-xr-x root/root lib/udev/ata_id
-rwxr-xr-x root/root lib/udev/cdrom_id
-rwxr-xr-x root/root lib/udev/collect
@ -34,6 +35,7 @@ drwxr-xr-x root/root lib/udev/rules.d/
-rw-r--r-- root/root lib/udev/rules.d/60-persistent-storage-tape.rules
-rw-r--r-- root/root lib/udev/rules.d/60-persistent-storage.rules
-rw-r--r-- root/root lib/udev/rules.d/60-persistent-v4l.rules
-rw-r--r-- root/root lib/udev/rules.d/61-accelerometer.rules
-rw-r--r-- root/root lib/udev/rules.d/75-cd-aliases-generator.rules
-rw-r--r-- root/root lib/udev/rules.d/75-net-description.rules
-rw-r--r-- root/root lib/udev/rules.d/75-persistent-net-generator.rules
@ -60,7 +62,7 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libudev.a
-rwxr-xr-x root/root usr/lib/libudev.la
lrwxrwxrwx root/root usr/lib/libudev.so -> ../../lib/libudev.so.0.11.5
lrwxrwxrwx root/root usr/lib/libudev.so -> ../../lib/libudev.so.0.12.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libudev.pc
drwxr-xr-x root/root usr/man/

View File

@ -1,2 +1,2 @@
167288ed62db73b0b93b20506a08d064 start_udev
bdf4617284be2ecac11767437417e209 udev-171.tar.bz2
8d3ded98b93ef2ea1a9ceac8ae877764 start_udev
91a88a359b60bbd074b024883cc0dbde udev-173.tar.bz2

View File

@ -3,9 +3,9 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=udev
version=171
version=173
release=1
source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$name-$version.tar.bz2 \
source=(http://www.kernel.org/pub/linux/utils/kernel/hotplug/$name-$version.tar.bz2 \
start_udev)
build() {

View File

@ -32,6 +32,3 @@ test -z "$(/bin/pidof -s udevd)" && /sbin/udevd --daemon
/sbin/udevadm trigger --type=devices --action=add
/sbin/udevadm settle
# retry any failures
/sbin/udevadm trigger --type=failed --action=add
/sbin/udevadm settle