SOURCES: mysql.monitrc - PLD paths

glen glen at pld-linux.org
Tue May 9 20:25:21 CEST 2006


Author: glen                         Date: Tue May  9 18:25:21 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- PLD paths

---- Files affected:
SOURCES:
   mysql.monitrc (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/mysql.monitrc
diff -u SOURCES/mysql.monitrc:1.2 SOURCES/mysql.monitrc:1.3
--- SOURCES/mysql.monitrc:1.2	Tue May  9 20:21:36 2006
+++ SOURCES/mysql.monitrc	Tue May  9 20:25:16 2006
@@ -1,7 +1,7 @@
 check process mysql with pidfile /var/lib/mysql/mysqldb/mysql.pid
 	group database
-	start program = "/etc/init.d/mysql restart"
-	stop program = "/etc/init.d/mysql stop"
+	start program = "/etc/rc.d/init.d/mysql restart"
+	stop program = "/etc/rc.d/init.d/mysql stop"
 	if failed unix /var/lib/mysql/mysql.sock then restart
 	if 5 restarts within 5 cycles then timeout
 	depends on mysql_bin
@@ -14,7 +14,7 @@
 	if failed uid root then unmonitor
 	if failed gid root then unmonitor
 
-check file mysql_rc with path /etc/init.d/mysql
+check file mysql_rc with path /etc/rc.d/init.d/mysql
 	group database
 	if failed checksum then unmonitor
 	if failed permission 754 then unmonitor
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mysql.monitrc?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list