chiark / gitweb /
update Fedora rules
[elogind.git] / etc / udev / redhat / 51-hotplug.rules
index 4c47976ee568e4663ff631cda963b0760ffd253b..d665d3e7a5f8351a978eeea559d060ba332395fa 100644 (file)
@@ -1,8 +1,8 @@
 # do not call hotplug.d and dev.d for "drivers" and "module" events
 SUBSYSTEM=="drivers",   GOTO="hotplug_end"
 SUBSYSTEM=="module",    GOTO="hotplug_end"
-ACTION="add",           GOTO="hotplug_comp"
-ACTION="remove",        GOTO="hotplug_comp"
+ACTION=="add",           GOTO="hotplug_comp"
+ACTION=="remove",        GOTO="hotplug_comp"
 
 GOTO="hotplug_end"