--- opensm-3.3.23/configure.ac.orig 2021-03-08 00:56:34.470797225 +0300 +++ opensm-3.3.23/configure.ac 2021-03-08 00:58:08.920800562 +0300 @@ -17,11 +17,7 @@ [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}]])) AC_SUBST(RDMA_SERVICE, ${with_rdma_service:-${default_rdma_service}}) -if { rpm -q sles-release || rpm -q openSUSE-release; } >/dev/null 2>&1; then - default_stop="0 1 4 6" -else - default_stop="0 1 6" -fi +default_stop="0 1 6" default_start="null" @@ -290,4 +286,4 @@ 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]) dnl Create the following Makefiles -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]) +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 2021-03-08 00:57:04.487464951 +0300 +++ opensm-3.3.23/Makefile.am 2021-03-08 00:57:49.104133195 +0300 @@ -19,7 +19,7 @@ doc/partition-config.txt doc/opensm-sriov.txt \ doc/current-routing.txt doc/opensm_release_notes-3.3.txt -EXTRA_DIST = autogen.sh opensm.spec $(various_scripts) $(man_MANS) $(docs) +EXTRA_DIST = autogen.sh $(various_scripts) $(man_MANS) $(docs) dist-hook: $(EXTRA_DIST) if [ -x $(top_srcdir)/gen_chlog.sh ] ; then \