summaryrefslogtreecommitdiff
path: root/packages/MSDOS/ylwrap.pat
blob: f60049dfa331c2007f8f436b4b2a8401c7c987bb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/ylwrap	Tue Jun 26 15:23:52 2001
+++ src.DOS/ylwrap	Thu Jun 28 17:39:31 2001
@@ -80,7 +80,7 @@
     ;;
  *)
     # Make a symbolic link, hard link or hardcopy.
-    ln -s ../"$input" . > /dev/null 2>&1 || ln ../"$input" . > /dev/null 2>&1 || cp ../"$input" .
+    ln ../"$input" . > /dev/null 2>&1 || cp ../"$input" .
     ;;
 esac
 $prog ${1+"$@"} "$input"
ct>mode:
authorLaurence Oberman <loberman@redhat.com>2016-05-10 01:23:17 -0700
committerNicholas Bellinger <nab@linux-iscsi.org>2016-05-10 01:27:17 -0700
commit54a5e73f4d6e31d5628e08b4d575c71d71670e09 (patch)
treed328638aeb98baefb01a281f9e38f2371a3fdf61 /Documentation/media/uapi
parent2b16509c5f26d6c160bd89164cf18f18d713daf6 (diff)
tcm_qla2xxx Add SCSI command jammer/discard capability
This patch introduces support for TCM_QLA2XXX_DEBUG and associated tcm_qla2xxx_tpg->tpg_attrib.jam_host checking used to test dropped packets to FC host environments. Tested by: Laurence Oberman <loberman@redhat.com> Signed-off-by: Laurence Oberman <loberman@redhat.com> Acked-by: Himanshu Madhani <himanshu.madhani@qlogic.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'Documentation/media/uapi')