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