13 lines
551 B
Diff
13 lines
551 B
Diff
--- udev-092/etc/udev/redhat/51-hotplug.rules.rhrules 2006-05-12 15:25:17.000000000 +0200
|
|
+++ udev-092/etc/udev/redhat/51-hotplug.rules 2006-05-18 17:34:07.000000000 +0200
|
|
@@ -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"
|
|
|