--- trunk/udev/udev-persistent-storage-tape.rules.magellan 2009/10/13 10:46:20 884 +++ trunk/udev/udev-persistent-storage-tape.rules.magellan 2010/04/06 23:46:22 1016 @@ -1,5 +1,5 @@ # /etc/udev/rules/65-persistent-storage-tape.rules: device naming rules for udev -# $Header: /root/magellan-cvs/src/udev/udev-persistent-storage-tape.rules.magellan,v 1.4 2009-10-13 10:46:20 niro Exp $ +# $Header: /root/magellan-cvs/src/udev/udev-persistent-storage-tape.rules.magellan,v 1.5 2010-04-06 23:46:22 niro Exp $ # # There are a number of modifiers that are allowed to be used in some # of the different fields. They provide the following subsitutions: @@ -35,7 +35,7 @@ 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}"