Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP4:GA
srptools
srptools-no_init_level_4.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File srptools-no_init_level_4.patch of Package srptools
--- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: configure.ac =================================================================== --- configure.ac.orig 2014-02-20 16:52:57.000000000 +0100 +++ configure.ac 2014-03-27 16:37:11.777906124 +0100 @@ -23,9 +23,9 @@ AC_ARG_WITH([rdma_service], [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=openibd]])) AC_SUBST(RDMA_SERVICE, ${with_rdma_service:-openibd}) -if { rpm -q sles-release || rpm -q openSUSE-release; } >/dev/null 2>&1; then +if test ! -z $(fgrep 'ID=' /etc/os-release | egrep '(opensuse|sles)') >/dev/null 2>&1; then default_start="2 3 5" - default_stop="0 1 4 6" + default_stop="0 1 6" else default_start="2 3 4 5" default_stop="0 1 6"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor