Follow on patch which updates "FILES" section of man page.

Ira

>From 02af1ba1288b8a1e67b8581777ac4b8ab0dbb071 Mon Sep 17 00:00:00 2001
From: Ira K. Weiny <[EMAIL PROTECTED]>
Date: Mon, 4 Feb 2008 13:16:16 -0800
Subject: [PATCH] Add node name map, partition config, and QOS policy config 
files to the "FILES"
section of man page.

Signed-off-by: Ira K. Weiny <[EMAIL PROTECTED]>
---
 opensm/configure.in    |    2 ++
 opensm/man/opensm.8.in |   15 +++++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/opensm/configure.in b/opensm/configure.in
index 455630e..4ba4a64 100644
--- a/opensm/configure.in
+++ b/opensm/configure.in
@@ -116,6 +116,7 @@ AC_MSG_RESULT(${withnodenamemap=no})
 AC_DEFINE_UNQUOTED(HAVE_DEFAULT_NODENAME_MAP,
        ["$CONF_DIR/$NODENAMEMAPFILE"],
        [Define a default node name map file])
+AC_SUBST(NODENAMEMAPFILE)
 
 dnl Check for a different partition conf file
 PARTITION_CONFIG_FILE=partitions.conf
@@ -157,6 +158,7 @@ AC_MSG_RESULT(${withqospolicyconf=no})
 AC_DEFINE_UNQUOTED(HAVE_DEFAULT_QOS_POLICY_FILE,
        ["$CONF_DIR/$QOS_POLICY_FILE"],
        [Define a QOS policy config file])
+AC_SUBST(QOS_POLICY_FILE)
 
 dnl select example event plugin or not
 OPENIB_OSM_DEFAULT_EVENT_PLUGIN_SEL
diff --git a/opensm/man/opensm.8.in b/opensm/man/opensm.8.in
index 115ab56..e1ad10c 100644
--- a/opensm/man/opensm.8.in
+++ b/opensm/man/opensm.8.in
@@ -920,6 +920,18 @@ Both or one of options -U and -M can be specified together 
with \'-R file\'.
 
 .SH FILES
 .TP
+.B @CONF_DIR@/@NODENAMEMAPFILE@
+default node name map file.  See ibnetdiscover for more information on format.
+
+.TP
+.B @CONF_DIR@/@PARTITION_CONFIG_FILE@
+default partition config file
+
+.TP
+.B @CONF_DIR@/@QOS_POLICY_FILE@
+default QOS policy config file
+
+.TP
 .B @CONF_DIR@/prefix-routes.conf
 default prefix routes file.
 
@@ -939,3 +951,6 @@ Yevgeny Kliteynik
 .TP
 Thomas Sodring
 .RI < [EMAIL PROTECTED] >
+.TP
+Ira Weiny
+.RI < [EMAIL PROTECTED] >
-- 
1.5.1



Attachment: 0002-Add-node-name-map-partition-config-and-QOS-policy.patch
Description: Binary data

_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to