From 0ef409f6ca59495b76aa002ce149e00f80f058d3 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 28 Feb 2007 17:26:05 +0100 Subject: [PATCH] remove dead rule in persistent tape rules Thanks to Matthias Schwarzott for spotting this. --- etc/udev/rules.d/60-persistent-storage.rules | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/udev/rules.d/60-persistent-storage.rules b/etc/udev/rules.d/60-persistent-storage.rules index ef9cb3f28..252bf6eaa 100644 --- a/etc/udev/rules.d/60-persistent-storage.rules +++ b/etc/udev/rules.d/60-persistent-storage.rules @@ -2,7 +2,6 @@ # scheme based on "Linux persistent device names", 2004, Hannes Reinecke ACTION!="add", GOTO="persistent_storage_end" -ACTION!="add", GOTO="persistent_tape_end" KERNEL=="nst[0-9]", SUBSYSTEMS=="scsi", ENV{ID_SERIAL}=="", IMPORT{program}="scsi_id -g -x -s %p -d $tempnode" KERNEL=="nst[0-9]", SUBSYSTEMS=="scsi", ENV{ID_SERIAL}=="", IMPORT{program}="scsi_id -g -x -a -s %p -d $tempnode" @@ -13,8 +12,6 @@ KERNEL=="sg*", SUBSYSTEMS=="scsi", ATTRS{type}=="8", ENV{ID_SERIAL}=="", IMPORT{ KERNEL=="sg*", SUBSYSTEMS=="scsi", ATTRS{type}=="8", ENV{ID_SERIAL}=="", IMPORT{program}="scsi_id -g -x -a -s %p -d $tempnode" KERNEL=="sg*", SUBSYSTEMS=="scsi", ATTRS{type}=="8", ENV{ID_SERIAL}=="?*", SYMLINK+="tape/by-id/$env{ID_BUS}-$env{ID_SERIAL}" -LABEL="persistent_tape_end" - SUBSYSTEM!="block", GOTO="persistent_storage_end" # skip rules for inappropriate block devices -- 2.30.2