1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00

rules: we do not have static devices which are renamed

This commit is contained in:
Kay Sievers 2010-04-12 10:50:59 +02:00
parent a971fb4d58
commit 421fbc71c7

View 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"