[arch-commits] Commit in klibc-udev/trunk (60-persistent-storage.rules PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Thu Apr 9 09:31:35 UTC 2009


    Date: Thursday, April 9, 2009 @ 05:31:35
  Author: tpowa
Revision: 34399

upgpkg: klibc-udev 141-1

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

-----------------------------+
 60-persistent-storage.rules |    7 +++++--
 PKGBUILD                    |    6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: 60-persistent-storage.rules
===================================================================
--- 60-persistent-storage.rules	2009-04-09 09:30:53 UTC (rev 34398)
+++ 60-persistent-storage.rules	2009-04-09 09:31:35 UTC (rev 34399)
@@ -10,10 +10,10 @@
 SUBSYSTEM!="block", GOTO="persistent_storage_end"
 
 # skip rules for inappropriate block devices
-KERNEL=="ram*|loop*|fd*|nbd*|gnbd*|md*|btibm*", GOTO="persistent_storage_end"
+KERNEL=="fd*|mtd*|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"
+KERNEL=="hd*[!0-9]", ATTR{removable}=="1", SUBSYSTEMS=="ide", ATTRS{media}=="disk|floppy", GOTO="persistent_storage_end"
 KERNEL=="hd*[0-9]", ATTRS{removable}=="1", GOTO="persistent_storage_end"
 
 # ignore partitions that span the entire disk
@@ -40,6 +40,9 @@
 # probe filesystem metadata of disks
 KERNEL!="sr*", IMPORT{program}="vol_id --export $tempnode"
 
+# watch for future changes
+KERNEL!="sr*", OPTIONS+="watch"
+
 # by-label/by-uuid links (filesystem metadata)
 ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID_ENC}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID_ENC}"
 ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_ENC}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_ENC}"

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-09 09:30:53 UTC (rev 34398)
+++ PKGBUILD	2009-04-09 09:31:35 UTC (rev 34399)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=klibc-udev
-pkgver=140
+pkgver=141
 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=('7d1e5737a3557849eecd701a7fb068b4'
+md5sums=('1670fe81cabf5161319c52084cf81134'
          'c769a0440fc90ba0fee7a2ae2bf7d76f'
          '89acd170a2771f81ca9e4b7920820555'
          '042fd2ba6a0351bbae30da33ff492c03'
          'a3d81917e2bbe66f6c24486a86d4dc9c'
          'f9095dbad80fc93bcde60d7fe4572022'
-         '6625a4000069b9d46ae0ff9d9c2cebb7'
+         'a867d20f660aec148d9b735b209696a1'
          '258fea1c2b024f9755f905a21bd45a01'
          'e8654c58b83cb4eabf6a1c84b7410d78'
          'd42740d13b6bb5c5d90bfc2062019f58'




More information about the arch-commits mailing list