--- trunk/udev/udev-persistent-storage-tape.rules.magellan 2009/04/23 19:48:34 759 +++ trunk/udev/udev-persistent-storage-tape.rules.magellan 2009/04/24 14:19:13 760 @@ -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.2 2008-12-22 20:31:37 niro Exp $ +# $Header: /root/magellan-cvs/src/udev/udev-persistent-storage-tape.rules.magellan,v 1.3 2009-04-24 14:19:13 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: @@ -37,6 +37,6 @@ # by-path (parent device path) 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}-nst" +KERNEL=="nst*[0-9]", ENV{ID_PATH}=="?*", SYMLINK+="tape/by-path/$env{ID_PATH}" LABEL="persistent_storage_tape_end"