commit:     9aa93b592310fcd005faf4bb381924638bb9567e
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Fri Feb  3 15:15:23 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 21:20:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa93b59

sys-apps/rescan-scsi-bus: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3791

 .../rescan-scsi-bus-1.25-support-sysfs-only-systems.patch  | 14 --------------
 1 file changed, 14 deletions(-)

diff --git 
a/sys-apps/rescan-scsi-bus/files/rescan-scsi-bus-1.25-support-sysfs-only-systems.patch
 
b/sys-apps/rescan-scsi-bus/files/rescan-scsi-bus-1.25-support-sysfs-only-systems.patch
deleted file mode 100644
index 7d890d0..00000000
--- 
a/sys-apps/rescan-scsi-bus/files/rescan-scsi-bus-1.25-support-sysfs-only-systems.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- rescan-scsi-bus.sh.orig    2008-01-15 01:01:21.316547000 -0800
-+++ rescan-scsi-bus.sh 2008-01-15 01:02:02.704184735 -0800
-@@ -444,7 +444,10 @@
-     echo $result
- }
- 
--if test ! -d /proc/scsi/; then
-+# /proc/scsi may not exist in new 2.6 kernels without CONFIG_SCSI_PROC_FS
-+if test -d /proc/scsi/ || test -d /sys/bus/scsi/; then
-+      :
-+else
-   echo "Error: SCSI subsystem not active"
-   exit 1
- fi    

Reply via email to