From b9f3fdb66b3ec6b556bfffc092fb84972c90fafb Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 28 Jul 2015 15:46:29 +0000 Subject: [PATCH] ib_srpt: Correct a regular expression in the README Based on a patch from Hiroyuki Sato . git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6434 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/README b/srpt/README index 5f33a5a82..1380cf354 100644 --- a/srpt/README +++ b/srpt/README @@ -151,7 +151,7 @@ When using RoCE or iWARP, log in to the target system to determine the id_ext and ioc_guid parameters and use these to log in. An example: [ target system ] - # sed 's/,\(pkey\|dgid\|service_id\)=[^,]*//g' $(find /sys/kernel/scst_tgt/targets/ib_srpt -name login_info) | uniq + # sed 's/tid_ext=/id_ext=/;s/,\(pkey\|dgid\|service_id\)=[^,]*//g' $(find /sys/kernel/scst_tgt/targets/ib_srpt -name login_info) | uniq id_ext=0002c90300a34270,ioc_guid=0002c90300a34270 [ initiator system ]