]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
ibacm: Rename hosts file from .cfg to .data
authorSean Hefty <sean.hefty@intel.com>
Fri, 19 Jul 2013 16:29:39 +0000 (09:29 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 19 Jul 2013 16:29:39 +0000 (09:29 -0700)
The git tree names the hosts file with a .cfg extension, but the
code defaults to .data.  Rename the sample hosts file with .data
to match the code.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
ibacm_hosts.cfg [deleted file]
ibacm_hosts.data [new file with mode: 0644]

diff --git a/ibacm_hosts.cfg b/ibacm_hosts.cfg
deleted file mode 100644 (file)
index 9011691..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# InfiniBand Communication Management Assistant for clusters hosts file
-#
-# Entry format is:
-# address IB GID
-#
-# address - IPv4 or IPv6 formatted address
-#
-# There can be multiple entries for a single IB GID
-#
-# Samples:
-# 192.168.1.3 fe80::8:f104:39a:169
-# fe80::208:f104:39a:169 fe80::8:f104:39a:169
diff --git a/ibacm_hosts.data b/ibacm_hosts.data
new file mode 100644 (file)
index 0000000..9011691
--- /dev/null
@@ -0,0 +1,12 @@
+# InfiniBand Communication Management Assistant for clusters hosts file
+#
+# Entry format is:
+# address IB GID
+#
+# address - IPv4 or IPv6 formatted address
+#
+# There can be multiple entries for a single IB GID
+#
+# Samples:
+# 192.168.1.3 fe80::8:f104:39a:169
+# fe80::208:f104:39a:169 fe80::8:f104:39a:169