diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-08-11 14:39:13 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-08-11 14:39:13 +0200 |
commit | 4699afe1fd965e62f69d4c130d58566d17fce657 (patch) | |
tree | 43a9479f985b1cd829678a2f16d1cbdcf33fc743 /etc/udev/suse/80-sysconfig.rules | |
parent | fef35cc8466d8360baff53c781e998277d2461a4 (diff) |
update SUSE rules
Diffstat (limited to 'etc/udev/suse/80-sysconfig.rules')
-rw-r--r-- | etc/udev/suse/80-sysconfig.rules | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/etc/udev/suse/80-sysconfig.rules b/etc/udev/suse/80-sysconfig.rules deleted file mode 100644 index 8efb7901a0..0000000000 --- a/etc/udev/suse/80-sysconfig.rules +++ /dev/null @@ -1,17 +0,0 @@ -ENV{SYSCONFIG}=="no|off|0", GOTO="sysconfig_end" - -# SUSE system integration -SUBSYSTEM=="pci", ACTION=="add", RUN+="/sbin/hwup bus-pci-%k -o hotplug" -SUBSYSTEM=="usb", ACTION=="add", RUN+="/sbin/hwup usb-devpath-%p -o hotplug" -SUBSYSTEM=="ieee1394", ACTION=="add", RUN+="/sbin/hwup ieee1394-devpath-%p -o hotplug" -SUBSYSTEM=="scsi", DEVPATH=="/devices/css*", ACTION=="remove", RUN+="/sbin/hwdown scsi-devpath-%p -o hotplug" -SUBSYSTEM=="scsi_host", ACTION=="add", SYSFS{proc_name}=="zfcp", RUN+="/sbin/hwup scsi_host-devpath-%p -o hotplug" -SUBSYSTEM=="vio", ACTION=="add", RUN+="/sbin/hwup bus-macio-%k -o hotplug" -SUBSYSTEM=="macio", ACTION=="add", RUN+="/sbin/hwup bus-macio-%k -o hotplug" -SUBSYSTEM=="ccw", ACTION=="add", RUN+="/sbin/hwup ccw-devpath-%p -o hotplug" -SUBSYSTEM=="ccwgroup", ACTION=="add", RUN+="/sbin/hwup ccwgroup-devpath-%p -o hotplug" -SUBSYSTEM=="pnp", ACTION=="add", RUN+="/sbin/hwup pnp-devpath-%p -o hotplug" -SUBSYSTEM=="ide", ACTION=="add", RUN+="/sbin/hwup ide-devpath-%p -o hotplug" -SUBSYSTEM=="input", KERNEL=="input[0-9]*", ACTION=="add", RUN+="/sbin/hwup input-devpath-%p -o hotplug" - -LABEL="sysconfig_end" |