aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-05-23 14:30:06 +0200
committerKay Sievers <kay.sievers@suse.de>2006-05-23 14:30:06 +0200
commit7223b9c951563191d8c8b269d166a2236578e66b (patch)
treebea911e30a284b2779f69a65c1faed84ed5ece69
parent321f7bbb0a200cd378edfef9a7a2e779f704ac41 (diff)
downloadudev-7223b9c951563191d8c8b269d166a2236578e66b.tar.gz
update Fedora rules
-rw-r--r--etc/udev/redhat/51-hotplug.rules4
-rw-r--r--etc/udev/redhat/95-pam-console.rules2
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/udev/redhat/51-hotplug.rules b/etc/udev/redhat/51-hotplug.rules
index 4c47976e..d665d3e7 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"
diff --git a/etc/udev/redhat/95-pam-console.rules b/etc/udev/redhat/95-pam-console.rules
index 8de9249c..ff54b3cb 100644
--- a/etc/udev/redhat/95-pam-console.rules
+++ b/etc/udev/redhat/95-pam-console.rules
@@ -1 +1 @@
-ACTION=="add", SYSFS{dev}="?*", KERNEL=="?*", RUN+="/sbin/pam_console_apply $env{DEVNAME} $env{DEVLINKS}"
+ACTION=="add", SYSFS{dev}=="?*", KERNEL=="?*", RUN+="/sbin/pam_console_apply $env{DEVNAME} $env{DEVLINKS}"