From d62940646efec5b2e480b6fdb681a20b730c0025 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Tue, 12 May 2015 15:09:20 +0300 Subject: [PATCH] compat-rdma.spec: Fixed openibd header Signed-off-by: Vladimir Sokolovsky --- compat-rdma.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compat-rdma.spec b/compat-rdma.spec index e028aba..27277e7 100755 --- a/compat-rdma.spec +++ b/compat-rdma.spec @@ -305,9 +305,9 @@ if [ -f /etc/SuSE-release ]; then ### BEGIN INIT INFO # Provides: openibd # Required-Start: $local_fs -# Required-Stop: $local_fs +# Required-Stop: opensmd $openiscsi # Default-Start: 2 3 5 -# Default-Stop: 0 1 4 6 +# Default-Stop: 0 1 2 6 # Description: Activates/Deactivates InfiniBand Driver to \ # start at boot time. ### END INIT INFO @@ -336,9 +336,9 @@ if [ -f /etc/debian_version ]; then ### BEGIN INIT INFO # Provides: openibd # Required-Start: $local_fs -# Required-Stop: $local_fs -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 +# Required-Stop: opensmd $openiscsi +# Default-Start: 2 3 5 +# Default-Stop: 0 1 2 6 # Description: Activates/Deactivates InfiniBand Driver to \ # start at boot time. ### END INIT INFO -- 2.41.0