- Fixed missing change to not autostart in the initscript
This commit is contained in:
parent
c57b4dd4d8
commit
1a97e9d5af
@ -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: 3
|
Release: 5
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sourceforge.net/projects/openipmi/
|
URL: http://sourceforge.net/projects/openipmi/
|
||||||
@ -95,7 +95,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/ipmi
|
%config(noreplace) %{_sysconfdir}/sysconfig/ipmi
|
||||||
%config(noreplace) %{_initrddir}/ipmi
|
%config %{_initrddir}/ipmi
|
||||||
%{_bindir}/ipmi_ui
|
%{_bindir}/ipmi_ui
|
||||||
%{_bindir}/ipmicmd
|
%{_bindir}/ipmicmd
|
||||||
%{_bindir}/ipmilan
|
%{_bindir}/ipmilan
|
||||||
@ -124,7 +124,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 04 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.12-3
|
* Fri Jul 15 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-5
|
||||||
|
- Fixed missing change to not autostart in the initscript
|
||||||
|
|
||||||
|
* Wed Jul 06 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-4
|
||||||
|
- Made the initscript a replacing configfile
|
||||||
|
|
||||||
|
* Mon Jul 04 2005 Phil Knirsch <pknirsch@redhat.com> 1.4.14-3
|
||||||
- Updated versions of the initscripts and sysconf files
|
- Updated versions of the initscripts and sysconf files
|
||||||
- Fixed typo in preun script and changelog
|
- Fixed typo in preun script and changelog
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# 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: 2345 04 96
|
# chkconfig: - 04 96
|
||||||
# description: OpenIPMI Driver init script
|
# description: OpenIPMI Driver init script
|
||||||
#
|
#
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
|
Loading…
Reference in New Issue
Block a user