From: Vladimir Sokolovsky Date: Tue, 12 May 2015 12:09:20 +0000 (+0300) Subject: compat-rdma.spec: Fixed openibd header X-Git-Tag: vofed-3.18~10 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d62940646efec5b2e480b6fdb681a20b730c0025;p=~emulex%2Ffor-vlad%2Fcompat-rdma.git compat-rdma.spec: Fixed openibd header Signed-off-by: Vladimir Sokolovsky --- 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