chiark / gitweb /
update SUSE rules
[elogind.git] / etc / udev / suse / 80-pcmcia.rules
similarity index 73%
rename from etc/udev/suse/pcmcia.rules
rename to etc/udev/suse/80-pcmcia.rules
index 11ccde56e7ed87c9673524129cd65d46dbc4ca38..cae7a7606c406ac337e677b426e1268451d11f19 100644 (file)
@@ -1,5 +1,7 @@
+ENV{SYSCONFIG}=="no|off|0", GOTO="pcmcia_end"
+
 SUBSYSTEM=="pcmcia_socket", ACTION=="add", RUN+="/sbin/hwup pcmcia_socket-devpath-%p -o hotplug"
 SUBSYSTEM=="pcmcia", ACTION=="add", RUN+="/sbin/hwup pcmcia-devpath-%p -o hotplug"
 
-LABEL="after_pcmcia"
+LABEL="pcmcia_end"