SOURCES: sendmail.monitrc - use pld paths

glen glen at pld-linux.org
Mon Feb 5 12:43:17 CET 2007


Author: glen                         Date: Mon Feb  5 11:43:17 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use pld paths

---- Files affected:
SOURCES:
   sendmail.monitrc (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/sendmail.monitrc
diff -u SOURCES/sendmail.monitrc:1.1 SOURCES/sendmail.monitrc:1.2
--- SOURCES/sendmail.monitrc:1.1	Fri Jul 16 14:31:24 2004
+++ SOURCES/sendmail.monitrc	Mon Feb  5 12:43:12 2007
@@ -1,7 +1,7 @@
 check process sendmail with pidfile /var/run/sendmail.pid
 	group mail
-	start program = "/etc/init.d/sendmail start"
-	stop  program = "/etc/init.d/sendmail stop"
+	start program = "/etc/rc.d/init.d/sendmail start"
+	stop  program = "/etc/rc.d/init.d/sendmail stop"
 	if failed port 25 protocol smtp then restart
 	if 5 restarts within 5 cycles then timeout
 #       alert foo at bar
@@ -17,7 +17,7 @@
 	if failed gid smmsp then unmonitor
 #       alert foo at bar
 
-check file sendmail_rc with path /etc/init.d/sendmail
+check file sendmail_rc with path /etc/rc.d/init.d/sendmail
 	group mail
 	if failed checksum then unmonitor
 	if failed permission 754 then unmonitor
================================================================

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



More information about the pld-cvs-commit mailing list