]> git.sven.stormbind.net Git - sven/mpt-status.git/commitdiff
- Remove depdency on daemonize, if you'd like to use
authorSven Hoexter <sven@timegate.de>
Wed, 30 Jul 2014 09:26:47 +0000 (11:26 +0200)
committerSven Hoexter <sven@timegate.de>
Wed, 30 Jul 2014 09:26:47 +0000 (11:26 +0200)
  the init script monitoring you've to aquire it yourself.
- Modified the init script to not be started by default.

mpt-status.init
mpt-status.spec

index b5fa7caf5984c0b11c793fdcec6aed3d2b40f199..7fd67c9435dc14c9e9ae8fbe90bd0b878d73c6d0 100644 (file)
@@ -6,7 +6,7 @@
 
 # mpt-statusd - Check mpt-status values in the background.
 #
-# chkconfig:   345 60 50
+# chkconfig: -
 # description: Check mpt-status values in the background \
 # using daemonize and the mpt-status utility.
 
@@ -14,8 +14,6 @@
 # Provides:          mpt-statusd
 # Required-Start:    $remote_fs $syslog
 # Required-Stop:     $remote_fs $syslog
-# Default-Start:     2 3 4 5
-# Default-Stop:      0 1 6
 # Short-Description: Check mpt-status values in the background.
 ### END INIT INFO
 
index bf5a816283429166d013afebe30ea2097b85b0f9..2d20836471681ed9c2393cae1d856eccc11f707a 100644 (file)
@@ -1,7 +1,7 @@
 Summary: Get RAID status out of mpt (and other) HW RAID controllers
 Name: mpt-status
 Version: 1.2.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://www.drugphish.ch/~ratz/mpt-status/
@@ -10,7 +10,6 @@ Source10: mpt-status.init
 Patch1: mpt-status.header_path.patch
 Patch2: mpt-status.includes.patch
 BuildRequires: pciutils-devel
-Requires: daemonize
 Requires (preun): /sbin/chkconfig
 Requires (preun): /sbin/service 
 Requires (post): /sbin/chkconfig
@@ -52,6 +51,12 @@ you to monitor the health and status of your RAID setup.
 /sbin/chkconfig --del mpt-statusd
 
 %changelog
+* Wed Jul 30 2014 Sven Hoexter <sven@timegate.de> - 1.2.0-4
+- Changed chkconfig and LSB header to not activate the init script
+  by default.
+- Removed depedency on daemonize, if you would like to use
+  the init script monitoring facility you have to aquire a
+  daemonize by yourself.
 * Sun Oct 16 2011 Sven Hoexter <sven@timegate.de> - 1.2.0-3
 - Add mpt-status.init as Source10 and install it into the package.
 - Require daemonize and chkconfig/service for post/preun.