[Pkg-ofed-commits] [opensm] 01/01: add missing files
Ana Beatriz Guerrero López
ana at moszumanska.debian.org
Fri Jun 27 12:43:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
ana pushed a commit to annotated tag debian/3.3.15-2
in repository opensm.
commit ef1c638f8f62e34934e989663d378d6e98c800ee
Author: Ana Guerrero López <ana at ekaia.org>
Date: Fri Jun 27 14:42:30 2014 +0200
add missing files
---
debian/README.debian | 24 +++++++++++++++++++
debian/copyright | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++
debian/opensm-doc.docs | 3 +++
debian/opensm.default | 13 ++++++++++
4 files changed, 104 insertions(+)
diff --git a/debian/README.debian b/debian/README.debian
new file mode 100644
index 0000000..750dac4
--- /dev/null
+++ b/debian/README.debian
@@ -0,0 +1,24 @@
+Configuring opensm
+------------------
+
+In order to configure opensm you must list the GUIDs of
+the ports if you want opensm to start on in /etc/default/opensm.
+
+You can find the GUIDs of your IB cards by running the following command:
+
+#ibstat -p
+
+eg
+
+#ibstat -p
+0x0002c9030002fb05
+0x0002c9030002fb06
+
+
+Ports can be listed in /etc/default/opensm as:
+
+PORTS="0x0002c9030002fb05 0x0002c9030002fb06"
+
+You can also use the keywords ALL or NONE to start
+opensm on all detected ports, or none of them.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ac6b28c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,64 @@
+This package was debianized by Guy Coates <gmpc at sanger.ac.uk> on
+Mon, 05 Jan 2009 15:14:26 +0000.
+
+It was downloaded from http://www.openfabrics.org
+
+Upstream Authors:
+
+Sasha Khapyorsky, Voltaire, sashak at voltaire.com
+
+Steve King, Intel
+Anil Keshavamurthy, Intel
+Eitan Zahavi, Mellanox Technologies, eitan at mellanox.co.il
+Yael Kalka, Mellanox Technologies, yael at mellanox.co.il
+Shahar Frank, Voltaire
+Hal Rosenstock, Voltaire halr at voltaire.com
+
+
+
+Copyright:
+
+ Copyright (c) 2004-2008 Voltaire, Inc. All rights reserved.
+ Copyright (c) 2002-2006 Mellanox Technologies LTD. All rights reserved.
+ Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
+ Copyright (c) 2007 Lawrence Livermore National Lab
+ Copyright (c) 2007 Silicon Graphics Inc. All rights reserved.
+ Copyright (c) 2007 Simula Research Laboratory. All rights reserved.
+ Copyright (c) 2007 The Regents of the University of California.
+ Copyright (c) 2008 Xsigo Systems Inc. All rights reserved.
+ Copyright (c) 2008 HNR Consulting. All rights reserved.
+
+License:
+
+ This software is available to you under a choice of one of two
+ licenses. You may choose to be licensed under the terms of the GNU
+ General Public License (GPL) Version 2, available from the file
+ /usr/share/common-licenses/GPL-2 on your Debian system, or the
+ OpenIB.org BSD license below:
+
+ Redistribution and use in source and binary forms, with or
+ without modification, are permitted provided that the following
+ conditions are met:
+
+ - Redistributions of source code must retain the above
+ copyright notice, this list of conditions and the following
+ disclaimer.
+
+ - Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials
+ provided with the distribution.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+
+
+The Debian packaging is copyright 2009, Genome Research Ltd. and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/opensm-doc.docs b/debian/opensm-doc.docs
new file mode 100644
index 0000000..35f2381
--- /dev/null
+++ b/debian/opensm-doc.docs
@@ -0,0 +1,3 @@
+NEWS
+README
+doc
diff --git a/debian/opensm.default b/debian/opensm.default
new file mode 100644
index 0000000..8f09742
--- /dev/null
+++ b/debian/opensm.default
@@ -0,0 +1,13 @@
+# Lists gid the ports to start opensm on.
+# ibstat -p will list the gids on the system.
+# You can also specify ALL or NONE
+# ALL: Start opensm on all ports
+# NONE: Do no start opensm
+
+#PORTS="0x0002c9030002fce9 0x0002c9030002fb06"
+
+PORTS=ALL
+
+
+
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/opensm.git
More information about the Pkg-ofed-commits
mailing list