diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-05-23 14:30:06 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-05-23 14:30:06 +0200 |
commit | 7223b9c951563191d8c8b269d166a2236578e66b (patch) | |
tree | bea911e30a284b2779f69a65c1faed84ed5ece69 | |
parent | 321f7bbb0a200cd378edfef9a7a2e779f704ac41 (diff) |
update Fedora rules
-rw-r--r-- | etc/udev/redhat/51-hotplug.rules | 4 | ||||
-rw-r--r-- | etc/udev/redhat/95-pam-console.rules | 2 |
2 files changed, 3 insertions, 3 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" diff --git a/etc/udev/redhat/95-pam-console.rules b/etc/udev/redhat/95-pam-console.rules index 8de9249c28..ff54b3cbac 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}" |