Minor fix to init script
Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
fefd80b06a
commit
87d1a3c456
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# chkconfig: - 15 85
|
# chkconfig: - 15 85
|
||||||
# description: Activates/Deactivates InfiniBand Subnet Manager
|
# description: Activates/Deactivates InfiniBand Subnet Manager
|
||||||
# config: /etc/ofed/opensm.conf
|
# config: /etc/rdma/opensm.conf
|
||||||
#
|
#
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: opensm
|
# Provides: opensm
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: opensm
|
Name: opensm
|
||||||
Version: 3.3.13
|
Version: 3.3.13
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: OpenIB InfiniBand Subnet Manager and management utilities
|
Summary: OpenIB InfiniBand Subnet Manager and management utilities
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPLv2 or BSD
|
License: GPLv2 or BSD
|
||||||
@ -114,6 +114,10 @@ fi
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 13 2012 Doug Ledford <dledford@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@redhat.com> - 3.3.13-1
|
* Tue Feb 28 2012 Doug Ledford <dledford@redhat.com> - 3.3.13-1
|
||||||
- Update to latest upstream version
|
- Update to latest upstream version
|
||||||
- Fix a minor issue in init scripts that would cause systemd to try and
|
- Fix a minor issue in init scripts that would cause systemd to try and
|
||||||
|
Loading…
Reference in New Issue
Block a user