Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 774735 | Differences between
and this patch

Collapse All | Expand All

(-)opensm-3.3.23/configure.ac.orig (-6 / +2 lines)
Lines 17-27 Link Here
17
                   [name of the RDMA service: "rdma" when using /etc/init.d/rdma to start RDMA services; "openibd" when using /etc/init.d/openibd to start RDMA services [default=${default_rdma_service}]]))
17
                   [name of the RDMA service: "rdma" when using /etc/init.d/rdma to start RDMA services; "openibd" when using /etc/init.d/openibd to start RDMA services [default=${default_rdma_service}]]))
18
AC_SUBST(RDMA_SERVICE, ${with_rdma_service:-${default_rdma_service}})
18
AC_SUBST(RDMA_SERVICE, ${with_rdma_service:-${default_rdma_service}})
19
19
20
if { rpm -q sles-release || rpm -q openSUSE-release; } >/dev/null 2>&1; then
20
default_stop="0 1 6"
21
   default_stop="0 1 4 6"
22
else
23
   default_stop="0 1 6"
24
fi
25
21
26
default_start="null"
22
default_start="null"
27
23
Lines 290-293 Link Here
290
AC_CONFIG_FILES([man/opensm.8 man/torus-2QoS.8 man/torus-2QoS.conf.5 scripts/opensm.init scripts/redhat-opensm.init scripts/sldd.sh])
286
AC_CONFIG_FILES([man/opensm.8 man/torus-2QoS.8 man/torus-2QoS.conf.5 scripts/opensm.init scripts/redhat-opensm.init scripts/sldd.sh])
291
287
292
dnl Create the following Makefiles
288
dnl Create the following Makefiles
293
AC_OUTPUT([include/opensm/osm_version.h Makefile include/Makefile complib/Makefile libopensm/Makefile libvendor/Makefile opensm/Makefile osmeventplugin/Makefile osmroutingplugin/Makefile osmtest/Makefile opensm.spec])
289
AC_OUTPUT([include/opensm/osm_version.h Makefile include/Makefile complib/Makefile libopensm/Makefile libvendor/Makefile opensm/Makefile osmeventplugin/Makefile osmroutingplugin/Makefile osmtest/Makefile])
(-)opensm-3.3.23/Makefile.am.orig (-1 / +1 lines)
Lines 19-25 Link Here
19
   doc/partition-config.txt doc/opensm-sriov.txt \
19
   doc/partition-config.txt doc/opensm-sriov.txt \
20
   doc/current-routing.txt doc/opensm_release_notes-3.3.txt
20
   doc/current-routing.txt doc/opensm_release_notes-3.3.txt
21
21
22
EXTRA_DIST = autogen.sh opensm.spec $(various_scripts) $(man_MANS) $(docs)
22
EXTRA_DIST = autogen.sh $(various_scripts) $(man_MANS) $(docs)
23
23
24
dist-hook: $(EXTRA_DIST)
24
dist-hook: $(EXTRA_DIST)
25
   if [ -x $(top_srcdir)/gen_chlog.sh ] ; then \
25
   if [ -x $(top_srcdir)/gen_chlog.sh ] ; then \

Return to bug 774735