diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-06 16:07:06 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-06 16:07:06 +0200 |
commit | 185ea6a76d3f3a9e9708239d2302bd98e00460fa (patch) | |
tree | 12bc12b85ec1558cf0139b8ede81d399bf32b44a /rules/rules.d/60-persistent-storage-tape.rules | |
parent | 4950b6e6a8c298085a8c135393cfa8649644f7c9 (diff) |
path_id: implement in C using libudev
Diffstat (limited to 'rules/rules.d/60-persistent-storage-tape.rules')
-rw-r--r-- | rules/rules.d/60-persistent-storage-tape.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/rules.d/60-persistent-storage-tape.rules b/rules/rules.d/60-persistent-storage-tape.rules index 30a0115608..968528d845 100644 --- a/rules/rules.d/60-persistent-storage-tape.rules +++ b/rules/rules.d/60-persistent-storage-tape.rules @@ -17,7 +17,7 @@ KERNEL=="st*[0-9]", ENV{ID_SERIAL}=="?*", SYMLINK+="tape/by-id/$env{ID_BUS}-$en KERNEL=="nst*[0-9]", ENV{ID_SERIAL}=="?*", SYMLINK+="tape/by-id/$env{ID_BUS}-$env{ID_SERIAL}-nst" # by-path (parent device path) -KERNEL=="st*[0-9]|nst*[0-9]", IMPORT{program}="path_id %p" +KERNEL=="st*[0-9]|nst*[0-9]", IMPORT{program}="path_id.sh %p" KERNEL=="st*[0-9]", ENV{ID_PATH}=="?*", SYMLINK+="tape/by-path/$env{ID_PATH}" KERNEL=="nst*[0-9]", ENV{ID_PATH}=="?*", SYMLINK+="tape/by-path/$env{ID_PATH}" |