]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
- MAILTO is the mail line in crontab
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 25 Jun 2008 21:58:46 +0000 (21:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    etc/pld-builder.sysconfig -> 1.6

etc/pld-builder.sysconfig

index 20df13684ec280c34a29ea16783d566e284abf96..9f525de166fe2da3c5b9af88c7b32a6201ad9e59 100644 (file)
@@ -44,7 +44,7 @@ pld_builder_start ()
        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 @@ EOF
        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 @@ EOF
        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
This page took 0.06833 seconds and 4 git commands to generate.