[arch-commits] Commit in klibc-udev/trunk (3 files)

Tobias Powalowski tpowa at archlinux.org
Mon Dec 22 18:24:25 UTC 2008


    Date: Monday, December 22, 2008 @ 13:24:25
  Author: tpowa
Revision: 22187

upgpkg: klibc-udev 135-1

Modified:
  klibc-udev/trunk/50-udev-default.rules
  klibc-udev/trunk/60-persistent-storage.rules
  klibc-udev/trunk/PKGBUILD

-----------------------------+
 50-udev-default.rules       |    4 ----
 60-persistent-storage.rules |    2 +-
 PKGBUILD                    |    8 ++++----
 3 files changed, 5 insertions(+), 9 deletions(-)

Modified: 50-udev-default.rules
===================================================================
--- 50-udev-default.rules	2008-12-22 18:23:48 UTC (rev 22186)
+++ 50-udev-default.rules	2008-12-22 18:24:25 UTC (rev 22187)
@@ -1,9 +1,5 @@
 # firmware class requests
 SUBSYSTEM=="firmware", ACTION=="add", RUN+="firmware.sh"
 
-# block, tapes, block-releated
-SUBSYSTEM=="scsi", KERNEL=="[0-9]*:[0-9]*", ACTION=="add", ATTR{type}=="0|7|14", ATTR{timeout}="60"
-SUBSYSTEM=="scsi", KERNEL=="[0-9]*:[0-9]*", ACTION=="add", ATTR{type}=="1", ATTR{timeout}="900"
-
 # do not delete static device nodes
 ACTION=="remove", NAME=="?*", TEST=="/lib/udev/devices/$name", OPTIONS+="ignore_remove"

Modified: 60-persistent-storage.rules
===================================================================
--- 60-persistent-storage.rules	2008-12-22 18:23:48 UTC (rev 22186)
+++ 60-persistent-storage.rules	2008-12-22 18:24:25 UTC (rev 22187)
@@ -10,7 +10,7 @@
 SUBSYSTEM!="block", GOTO="persistent_storage_end"
 
 # skip rules for inappropriate block devices
-KERNEL=="ram*|loop*|fd*|nbd*|gnbd*|md*", GOTO="persistent_storage_end"
+KERNEL=="ram*|loop*|fd*|nbd*|gnbd*|md*|btibm*", GOTO="persistent_storage_end"
 
 # never access non-cdrom removable ide devices, the drivers are causing event loops on open()
 KERNEL=="hd*[!0-9]", ATTR{removable}=="1", DRIVERS=="ide-cs|ide-floppy", GOTO="persistent_storage_end"

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-22 18:23:48 UTC (rev 22186)
+++ PKGBUILD	2008-12-22 18:24:25 UTC (rev 22187)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=klibc-udev
-pkgver=132
+pkgver=135
 pkgrel=1
 pkgdesc="udev compiled for klibc"
 arch=(i686 x86_64)
@@ -21,13 +21,13 @@
         64-md-raid.rules
         80-drivers.rules
         load-modules.sh)
-md5sums=('0f51bffb4f5b86cb726b24a16c60a0aa'
+md5sums=('661b9df34e1304dad10f595d95b472bb'
          'c769a0440fc90ba0fee7a2ae2bf7d76f'
          '89acd170a2771f81ca9e4b7920820555'
          '042fd2ba6a0351bbae30da33ff492c03'
          'a3d81917e2bbe66f6c24486a86d4dc9c'
-         'a246374f8dd4686636413be4d8159178'
-         '02e614c542757e30b134988bd7ec795f'
+         'f9095dbad80fc93bcde60d7fe4572022'
+         '6625a4000069b9d46ae0ff9d9c2cebb7'
          '258fea1c2b024f9755f905a21bd45a01'
          'e20efd69738bbbba35c49e7b63ee0212'
          'd42740d13b6bb5c5d90bfc2062019f58'




More information about the arch-commits mailing list