rules: do not delete /lib/udev/devices/ nodes on "remove"

This commit is contained in:
Kay Sievers 2007-08-30 14:14:54 +02:00
parent a506e6298c
commit b5bc27029a

View file

@ -101,3 +101,6 @@ KERNEL=="sxctl", NAME="specialix_sxctl", SYMLINK+="%k"
KERNEL=="rioctl", NAME="specialix_rioctl", SYMLINK+="%k"
KERNEL=="iowarrior[0-9]*", NAME="usb/%k"
# do not delete static device nodes
ACTION=="remove", NAME=="?*", TEST=="/lib/udev/devices/$name", OPTIONS+="ignore_remove"