Blame SOURCES/0153-use-red-hat-for-name.patch

7bf295
From 7f12a1ca8fe699958903278d010cf22d0a98767b Mon Sep 17 00:00:00 2001
6c64be
From: Chris Leech <cleech@redhat.com>
6c64be
Date: Mon, 19 Nov 2012 16:40:04 -0800
6c64be
Subject: use red hat for name
6c64be
6c64be
---
7bf295
 doc/iscsi-iname.8   | 2 +-
6c64be
 utils/iscsi-iname.c | 2 +-
7bf295
 2 files changed, 2 insertions(+), 2 deletions(-)
6c64be
7bf295
diff --git a/doc/iscsi-iname.8 b/doc/iscsi-iname.8
7bf295
index a55d666d1af3..dd77ed9f3165 100644
7bf295
--- a/doc/iscsi-iname.8
7bf295
+++ b/doc/iscsi-iname.8
7bf295
@@ -14,7 +14,7 @@ generates a unique iSCSI node name on every invocation.
7bf295
 Display help
7bf295
 .TP
7bf295
 .BI [-p=]\fIprefix\fP
7bf295
-Use the prefix passed in instead of the default "iqn.2005-03.org.open-iscsi"
7bf295
+Use the prefix passed in instead of the default "iqn.1994-05.com.redhat"
7bf295
 
7bf295
 .SH AUTHORS
7bf295
 Open-iSCSI project <http://www.open-iscsi.com/>
6c64be
diff --git a/utils/iscsi-iname.c b/utils/iscsi-iname.c
7bf295
index 6347edc46293..cb2f6c8b8651 100644
6c64be
--- a/utils/iscsi-iname.c
6c64be
+++ b/utils/iscsi-iname.c
6c64be
@@ -73,7 +73,7 @@ main(int argc, char *argv[])
6c64be
 			exit(0);
6c64be
 		}
6c64be
 	} else {
6c64be
-		prefix = "iqn.2005-03.org.open-iscsi";
6c64be
+		prefix = "iqn.1994-05.com.redhat";
6c64be
 	}
6c64be
 
6c64be
 	/* try to feed some entropy from the pool to MD5 in order to get
6c64be
-- 
7bf295
2.9.5
6c64be