chiark / gitweb /
update Fedora rules
authorKay Sievers <kay.sievers@suse.de>
Tue, 23 May 2006 12:30:06 +0000 (14:30 +0200)
committerKay Sievers <kay.sievers@suse.de>
Tue, 23 May 2006 12:30:06 +0000 (14:30 +0200)
etc/udev/redhat/51-hotplug.rules
etc/udev/redhat/95-pam-console.rules

index 4c47976ee568e4663ff631cda963b0760ffd253b..d665d3e7a5f8351a978eeea559d060ba332395fa 100644 (file)
@@ -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"
 # 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"
 
 
 GOTO="hotplug_end"
 
index 8de9249c28512610e1c20427db995628acffc7e7..ff54b3cbac7b330ccdab3772cfb4f6297c24d153 100644 (file)
@@ -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}"