]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Change a few references from OpenIB to OpenFabrics
authorRoland Dreier <rolandd@cisco.com>
Wed, 11 Apr 2007 21:20:26 +0000 (14:20 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 11 Apr 2007 21:22:36 +0000 (14:22 -0700)
Signed-off-by: Roland Dreier <rolandd@cisco.com>
README
configure.in
libibverbs.spec.in

diff --git a/README b/README
index db6754014b420c1e870b8326a7987f3707b909c4..0b1b1141f58ffc42840b103faac3241c5a4d8e3d 100644 (file)
--- a/README
+++ b/README
@@ -96,8 +96,8 @@ will make the libibverbs build look for valgrind headers in
 Reporting bugs
 ==============
 
-Bugs should be reported to the OpenIB mailing list
-<openib-general@openib.org>.  In your bug report, please include:
+Bugs should be reported to the OpenFabrics mailing list
+<general@lists.openfabrics.org>.  In your bug report, please include:
 
  * Information about your system:
    - Linux distribution and version
@@ -118,8 +118,8 @@ Bugs should be reported to the OpenIB mailing list
 Submitting patches
 ==================
 
-Patches should also be submitted to the OpenIB mailing list
-<openib-general@openib.org>.  Please use unified diff form (the -u
+Patches should also be submitted to the OpenFabrics mailing list
+<general@lists.openfabrics.org>.  Please use unified diff form (the -u
 option to GNU diff), and include a good description of what your patch
 does and why it should be applied.  If your patch fixes a bug, please
 make sure to describe the bug and how your fix works.
index 99e221fe71e807102d12cd56cc09f95f07b1eed7..f22259f7ffde4c818a2f2397fb320552185a711f 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(libibverbs, 1.1-rc2, openib-general@openib.org)
+AC_INIT(libibverbs, 1.1-rc2, general@lists.openfabrics.org)
 AC_CONFIG_SRCDIR([src/ibverbs.h])
 AC_CONFIG_AUX_DIR(config)
 AM_CONFIG_HEADER(config.h)
index 48c105a775c7c2e7e98cf28c3d439236e87d0249..15a7bc8910e794b18ee05c75d9e04ed6a6a21ea0 100644 (file)
@@ -5,8 +5,8 @@ Summary: A library for direct userspace use of InfiniBand hardware
 
 Group: System Environment/Libraries
 License: GPL/BSD
-Url: http://openib.org/
-Source: http://openib.org/downloads/libibverbs-1.1-rc2.tar.gz
+Url: http://openfabrics.org/
+Source: http://openfabrics.org/downloads/libibverbs-1.1-rc2.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig