Re: Cron sends mail after finishing job. How to turn off

From: Cris Rhea (crhea_at_mayo.edu)
Date: 05/31/04

  • Next message: K. Spearel: "Re: losing .so files"
    To: fedora-list@redhat.com
    Date: Mon, 31 May 2004 12:19:46 -0500 (CDT)
    
    

    > Message: 2
    > Date: Mon, 31 May 2004 19:42:18 +0400
    > From: Kevac Marko <russian_knight@degunino.com>
    > Subject: Re: Cron sends mail after finishing job. How to turn off
    > that?
    > To: For users of Fedora Core releases <fedora-list@redhat.com>
    > Message-ID: <40BB525A.7030806@degunino.com>
    > Content-Type: text/plain; charset=us-ascii; format=flowed
    >
    > [root@rknight kernel]# cat /var/spool/cron/ffsearch
    > # DO NOT EDIT THIS FILE - edit the master and reinstall.
    > # (/tmp/crontab.21988 installed on Mon May 31 19:06:01 2004)
    > # (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
    > MAILTO=""
    > 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /home/ffsearch/online_check.pl
    > > /dev/null
    > 0 20 * * * /home/ffsearch/bin/ffsearch.pl -c > /dev/null
    > 0 0,4,8,12,16 * * * /home/ffsearch/bin/ffsearch.pl -i > /dev/null
    >
    > but mail still coming =( Now to ffsearch user.

    0 0,4,8,12,16 * * * /home/ffsearch/bin/ffsearch.pl -i >/dev/null 2>&1

    -- 
     Cristopher J. Rhea                     Mayo Foundation
     Research Computing Facility             Pavilion 2-25
     crhea@Mayo.EDU                        Rochester, MN 55905
     (507) 284-0587                        Fax: (507) 284-5231
    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: K. Spearel: "Re: losing .so files"