diff --git a/OpenIPMI.spec b/OpenIPMI.spec index a449f69..78df2f5 100644 --- a/OpenIPMI.spec +++ b/OpenIPMI.spec @@ -2,7 +2,7 @@ Summary: OpenIPMI (Intelligent Platform Management Interface) library and tools Name: OpenIPMI Version: 1.4.14 -Release: 16 +Release: 17 License: GPL Group: System Environment/Base URL: http://sourceforge.net/projects/openipmi/ @@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.a %changelog +* Tue Jan 24 2006 Phil Knirsch 1.4.14-17 +- Fixed some minor things in initscripts. + * Mon Jan 09 2006 Phil Knirsch 1.4.14-16 - Included FRU fix for displaying FRUs with ipmitool - Included patch for new option to specify a BMC password for IPMI 2.0 sessions diff --git a/openipmi.initscript b/openipmi.initscript index 9962bfc..28aa5a5 100644 --- a/openipmi.initscript +++ b/openipmi.initscript @@ -6,13 +6,13 @@ # Authors: Matt Domsch # Chris Poblete # -# chkconfig: - 04 96 +# chkconfig: - 13 87 # description: OpenIPMI Driver init script # ### BEGIN INIT INFO # Provides: ipmidrv -# Required-Start: $localfs $remotefs $syslog -# Required-Stop: $localfs $remotefs $syslog +# Required-Start: $local_fs $remote_fs $syslog +# Required-Stop: $local_fs $remote_fs $syslog # Default-Start: # Default-Stop: # Short-Description: OpenIPMI Driver init script