summaryrefslogtreecommitdiff
path: root/etc/udev/redhat/51-hotplug.rules
diff options
context:
space:
mode:
Diffstat (limited to 'etc/udev/redhat/51-hotplug.rules')
-rw-r--r--etc/udev/redhat/51-hotplug.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/udev/redhat/51-hotplug.rules b/etc/udev/redhat/51-hotplug.rules
index 4c47976ee5..d665d3e7a5 100644
--- a/etc/udev/redhat/51-hotplug.rules
+++ b/etc/udev/redhat/51-hotplug.rules
@@ -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"