- Fixed missing change to not autostart in the initscript

This commit is contained in:
Phil Knirsch 2005-07-15 12:50:46 +00:00
parent c57b4dd4d8
commit 1a97e9d5af
2 changed files with 10 additions and 4 deletions

View File

@ -2,7 +2,7 @@
Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools
Name: OpenIPMI
Version: 1.4.14
Release: 3
Release: 5
License: GPL
Group: System Environment/Base
URL: http://sourceforge.net/projects/openipmi/
@ -95,7 +95,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/sysconfig/ipmi
%config(noreplace) %{_initrddir}/ipmi
%config %{_initrddir}/ipmi
%{_bindir}/ipmi_ui
%{_bindir}/ipmicmd
%{_bindir}/ipmilan
@ -124,7 +124,13 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a
%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
- Fixed typo in preun script and changelog

View File

@ -6,7 +6,7 @@
# Authors: Matt Domsch <Matt_Domsch@dell.com>
# Chris Poblete <Chris_Poblete@dell.com>
#
# chkconfig: 2345 04 96
# chkconfig: - 04 96
# description: OpenIPMI Driver init script
#
### BEGIN INIT INFO