Title: [opsview] [9568] Fixed opsview not always correctly starting on reboot
Revision
9568
Author
dferguson
Date
2012-07-16 11:24:40 +0100 (Mon, 16 Jul 2012)

Log Message

Fixed opsview not always correctly starting on reboot

Thanks to Mark Addiss

Modified Paths

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2012-07-13 14:54:11 UTC (rev 9567)
+++ trunk/CHANGES	2012-07-16 10:24:40 UTC (rev 9568)
@@ -35,6 +35,7 @@
     Ensure nagcmd group is added to Apache user
     Allow check_snmp_perfstats to use SNMP v2c
     Fixed SLES11 dependency on apache2-mod_php5
+    Fixed opsview not always correctly starting on reboot (Thanks to Mark Addiss)
 
 3.201205XX 22nd May 2012
     NOTICES:

Modified: trunk/opsview-core/bin/rc.opsview
===================================================================
--- trunk/opsview-core/bin/rc.opsview	2012-07-13 14:54:11 UTC (rev 9567)
+++ trunk/opsview-core/bin/rc.opsview	2012-07-16 10:24:40 UTC (rev 9568)
@@ -31,8 +31,8 @@
 # processname: opsviewd
 ### BEGIN INIT INFO
 # Provides:          opsview
-# Required-Start:    $remote_fs mysql
-# Required-Stop:     $remote_fs mysql
+# Required-Start:    $remote_fs +mysql
+# Required-Stop:     $remote_fs +mysql
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start Opsview daemons at boot/shutdown

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to