From 7223b9c951563191d8c8b269d166a2236578e66b Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 23 May 2006 14:30:06 +0200 Subject: [PATCH] update Fedora rules --- etc/udev/redhat/51-hotplug.rules | 4 ++-- 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 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" diff --git a/etc/udev/redhat/95-pam-console.rules b/etc/udev/redhat/95-pam-console.rules index 8de9249c2..ff54b3cba 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}" -- 2.30.2