X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=etc%2Fudev%2Fredhat%2F51-hotplug.rules;h=d665d3e7a5f8351a978eeea559d060ba332395fa;hb=7223b9c951563191d8c8b269d166a2236578e66b;hp=4c47976ee568e4663ff631cda963b0760ffd253b;hpb=321f7bbb0a200cd378edfef9a7a2e779f704ac41;p=elogind.git diff --git a/etc/udev/redhat/51-hotplug.rules b/etc/udev/redhat/51-hotplug.rules index 4c47976ee..d665d3e7a 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"