- Fixed some minor things in initscripts.
This commit is contained in:
parent
a21d08f9fc
commit
789158463b
@ -2,7 +2,7 @@
|
|||||||
Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools
|
Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools
|
||||||
Name: OpenIPMI
|
Name: OpenIPMI
|
||||||
Version: 1.4.14
|
Version: 1.4.14
|
||||||
Release: 16
|
Release: 17
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sourceforge.net/projects/openipmi/
|
URL: http://sourceforge.net/projects/openipmi/
|
||||||
@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 24 2006 Phil Knirsch <pknirsch@redhat.com> 1.4.14-17
|
||||||
|
- Fixed some minor things in initscripts.
|
||||||
|
|
||||||
* Mon Jan 09 2006 Phil Knirsch <pknirsch@redhat.com> 1.4.14-16
|
* Mon Jan 09 2006 Phil Knirsch <pknirsch@redhat.com> 1.4.14-16
|
||||||
- Included FRU fix for displaying FRUs with ipmitool
|
- Included FRU fix for displaying FRUs with ipmitool
|
||||||
- Included patch for new option to specify a BMC password for IPMI 2.0 sessions
|
- Included patch for new option to specify a BMC password for IPMI 2.0 sessions
|
||||||
|
@ -6,13 +6,13 @@
|
|||||||
# Authors: Matt Domsch <Matt_Domsch@dell.com>
|
# Authors: Matt Domsch <Matt_Domsch@dell.com>
|
||||||
# Chris Poblete <Chris_Poblete@dell.com>
|
# Chris Poblete <Chris_Poblete@dell.com>
|
||||||
#
|
#
|
||||||
# chkconfig: - 04 96
|
# chkconfig: - 13 87
|
||||||
# description: OpenIPMI Driver init script
|
# description: OpenIPMI Driver init script
|
||||||
#
|
#
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: ipmidrv
|
# Provides: ipmidrv
|
||||||
# Required-Start: $localfs $remotefs $syslog
|
# Required-Start: $local_fs $remote_fs $syslog
|
||||||
# Required-Stop: $localfs $remotefs $syslog
|
# Required-Stop: $local_fs $remote_fs $syslog
|
||||||
# Default-Start:
|
# Default-Start:
|
||||||
# Default-Stop:
|
# Default-Stop:
|
||||||
# Short-Description: OpenIPMI Driver init script
|
# Short-Description: OpenIPMI Driver init script
|
||||||
|
Loading…
Reference in New Issue
Block a user