chiark / gitweb /
rules: we do not have static devices which are renamed
authorKay Sievers <kay.sievers@vrfy.org>
Mon, 12 Apr 2010 08:50:59 +0000 (10:50 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Mon, 12 Apr 2010 08:50:59 +0000 (10:50 +0200)
rules/rules.d/50-udev-default.rules

index e8116a372f79e0d08b74a508844fdb5405b230d2..a5f08233ed5788098152a533db88a2fbd76e7b34 100644 (file)
@@ -115,4 +115,3 @@ KERNEL=="rrom[0-9]*",               MODE="0400"
 
 # do not delete static device nodes
 ACTION=="remove", NAME=="", TEST=="/lib/udev/devices/%k", OPTIONS+="ignore_remove"
-ACTION=="remove", NAME=="?*", TEST=="/lib/udev/devices/$name", OPTIONS+="ignore_remove"