diff options
author | Harald Hoyer <harald@redhat.com> | 2010-07-07 10:57:09 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2010-07-07 11:00:23 +0200 |
commit | 847b4f84c671e98f29f22d8e3e0d70a231d71a7b (patch) | |
tree | 761017d8a84b2ad545ce7fded107327a5c068ee7 /rules | |
parent | 4766b1058e77c807d0d42d8a2444186e66b9285f (diff) |
60-persistent-storage-tape: s/path_id.sh/path_id/
Diffstat (limited to '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 338da5fc63..d9df35ade5 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.sh %p" +KERNEL=="st*[0-9]|nst*[0-9]", IMPORT{program}="path_id %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}" |