diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-09-24 02:59:22 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-09-24 02:59:22 +0200 |
commit | fdec9861b9ee473c98229f3f4d9178e2c85b5dc5 (patch) | |
tree | fb57ba4b9066af9da031c771220cb360e9b9510c /etc/udev/gentoo/30-kernel-compat.rules | |
parent | c746922ca26fe18f6b3f3a4516e7236bfc0106b7 (diff) |
rules: Gentoo update
Diffstat (limited to 'etc/udev/gentoo/30-kernel-compat.rules')
-rw-r--r-- | etc/udev/gentoo/30-kernel-compat.rules | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/udev/gentoo/30-kernel-compat.rules b/etc/udev/gentoo/30-kernel-compat.rules index 7bc55c6f75..1f767df8d8 100644 --- a/etc/udev/gentoo/30-kernel-compat.rules +++ b/etc/udev/gentoo/30-kernel-compat.rules @@ -34,13 +34,13 @@ SUBSYSTEM!="scsi_device", GOTO="kernel_compat_end" # sr: 4 TYPE_WORM, 5 TYPE_ROM # st/osst: 1 TYPE_TAPE - ATTRS{type}=="0|7|14", RUN+="modprobe.sh sd_mod" - ATTRS{type}=="4|5", RUN+="modprobe.sh sr_mod" - ATTRS{type}=="8", RUN+="modprobe.sh ch" + ATTRS{type}=="0|7|14", RUN+="/sbin/modprobe sd_mod" + ATTRS{type}=="4|5", RUN+="/sbin/modprobe sr_mod" + ATTRS{type}=="8", RUN+="/sbin/modprobe ch" ATTRS{type}=="1", ATTRS{vendor}=="On[sS]tream", \ - ATTRS{model}!="ADR*", RUN+="modprobe.sh osst", GOTO="kernel_compat_end" - ATTRS{type}=="1", RUN+="modprobe.sh st" + ATTRS{model}!="ADR*", RUN+="/sbin/modprobe osst", GOTO="kernel_compat_end" + ATTRS{type}=="1", RUN+="/sbin/modprobe st" LABEL="kernel_compat_end" |