chiark / gitweb /
replace "add|change" with "!remove"
[elogind.git] / rules / suse / 64-device-mapper.rules
index 34e3307569b084d8cd30cd1ee254940e1c7036d4..12cae35da82e01de63159ac895d33e28c93b2337 100644 (file)
@@ -1,7 +1,7 @@
 # do not edit this file, it will be overwritten on update
 
 KERNEL!="dm-*", GOTO="device_mapper_end"
-ACTION!="add|change", GOTO="device_mapper_end"
+ACTION=="remove", GOTO="device_mapper_end"
 
 IMPORT{program}="/sbin/dmsetup export -j%M -m%m"
 ENV{DM_NAME}!="?*", GOTO="device_mapper_end"