SOURCES: pld-builder.sysconfig - MAILTO is the mail line in crontab

glen glen at pld-linux.org
Wed Jun 25 23:58:51 CEST 2008


Author: glen                         Date: Wed Jun 25 21:58:51 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- MAILTO is the mail line in crontab

---- Files affected:
SOURCES:
   pld-builder.sysconfig (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/pld-builder.sysconfig
diff -u SOURCES/pld-builder.sysconfig:1.5 SOURCES/pld-builder.sysconfig:1.6
--- SOURCES/pld-builder.sysconfig:1.5	Tue Sep 19 19:12:27 2006
+++ SOURCES/pld-builder.sysconfig	Wed Jun 25 23:58:46 2008
@@ -44,7 +44,7 @@
 	show "setting up crontab for srpms_builder"
 	crontab -u srpms_builder - <<- EOF && ok || fail
 	SHELL=/bin/sh
-	MAIL=srpms_builder
+	MAILTO=srpms_builder
 
 	* * * * * $NICE /usr/share/pld-builder/bin/src-builder.sh
 	* * * * * $NICE /usr/share/pld-builder/bin/file-sender.sh
@@ -54,7 +54,7 @@
 	show "setting up crontab for bin_builder"
 	crontab -u bin_builder - <<-EOF && ok || fail
 	SHELL=/bin/sh
-	MAIL=bin_builder
+	MAILTO=bin_builder
 
 	* * * * * $NICE /usr/share/pld-builder/bin/request-fetcher.sh
 	* * * * * $NICE /usr/share/pld-builder/bin/load-balancer.sh
@@ -67,7 +67,7 @@
 	show "setting up crontab for ftp"
 	crontab -u ftpac - <<-EOF && ok || fail
 	SHELL=/bin/sh
-	MAIL=ftpac
+	MAILTO=ftpac
 
 	$(ftp_update_indexes_cron_jobs)
 EOF
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/pld-builder.sysconfig?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list