[opensm/f16] Minor fix to init script

Doug Ledford dledford at fedoraproject.org
Tue Mar 13 17:10:22 UTC 2012


commit 87d1a3c4565725f74bfb4cdd278e0e2ceba4cae6
Author: Doug Ledford <dledford at redhat.com>
Date:   Tue Mar 13 13:10:18 2012 -0400

    Minor fix to init script
    
    Signed-off-by: Doug Ledford <dledford at redhat.com>

 opensm.initd |    2 +-
 opensm.spec  |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/opensm.initd b/opensm.initd
index 2d8a0ba..dd9e69f 100644
--- a/opensm.initd
+++ b/opensm.initd
@@ -4,7 +4,7 @@
 #
 # chkconfig: - 15 85
 # description: Activates/Deactivates InfiniBand Subnet Manager
-# config: /etc/ofed/opensm.conf
+# config: /etc/rdma/opensm.conf
 #
 ### BEGIN INIT INFO
 # Provides:       opensm
diff --git a/opensm.spec b/opensm.spec
index e3cca37..4ce8304 100644
--- a/opensm.spec
+++ b/opensm.spec
@@ -1,6 +1,6 @@
 Name: opensm
 Version: 3.3.13
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: OpenIB InfiniBand Subnet Manager and management utilities
 Group: System Environment/Daemons
 License: GPLv2 or BSD
@@ -114,6 +114,10 @@ fi
 %{_libdir}/lib*.a
 
 %changelog
+* Tue Mar 13 2012 Doug Ledford <dledford at redhat.com> - 3.3.13-2
+- Fix the config file comment in the opensm init script
+- Resolves: bz802727
+
 * Tue Feb 28 2012 Doug Ledford <dledford at redhat.com> - 3.3.13-1
 - Update to latest upstream version
 - Fix a minor issue in init scripts that would cause systemd to try and


More information about the scm-commits mailing list