From 8ebfc91b763f29b1a748dfbc6f46e38672d92dd2 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Wed, 3 Aug 2011 10:57:42 +0200 Subject: [PATCH] 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 --- udev/.footprint | 8 +++++--- udev/.md5sum | 4 ++-- udev/Pkgfile | 4 ++-- udev/start_udev | 3 --- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/udev/.footprint b/udev/.footprint index 16f2767d..dcd1f4db 100644 --- a/udev/.footprint +++ b/udev/.footprint @@ -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/ diff --git a/udev/.md5sum b/udev/.md5sum index 5d10b672..f30dc44c 100644 --- a/udev/.md5sum +++ b/udev/.md5sum @@ -1,2 +1,2 @@ -167288ed62db73b0b93b20506a08d064 start_udev -bdf4617284be2ecac11767437417e209 udev-171.tar.bz2 +8d3ded98b93ef2ea1a9ceac8ae877764 start_udev +91a88a359b60bbd074b024883cc0dbde udev-173.tar.bz2 diff --git a/udev/Pkgfile b/udev/Pkgfile index 22cc8d21..76f49f60 100644 --- a/udev/Pkgfile +++ b/udev/Pkgfile @@ -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() { diff --git a/udev/start_udev b/udev/start_udev index 3319a4d1..d2443832 100644 --- a/udev/start_udev +++ b/udev/start_udev @@ -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