Return to BSD News archive
Xref: sserve comp.unix.questions:66016 comp.unix.bsd.bsdi.misc:313 comp.unix.bsd.misc:92 Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msunews!news.mtu.edu!babucher From: babucher@mtu.edu (Brian A. Bucher) Newsgroups: comp.unix.questions,comp.unix.bsd.bsdi.misc,comp.unix.bsd.misc Subject: Re: Cron Daemon's mails Followup-To: comp.unix.questions,comp.unix.bsd.bsdi.misc,comp.unix.bsd.misc Date: 28 Jun 1995 18:47:36 GMT Organization: Michigan Technological University Lines: 10 Message-ID: <3ss848$loc@news.mtu.edu> References: <3sppi5$6ap@news.mtu.edu> <3sr51j$28d@pheidippides.axion.bt.co.uk> NNTP-Posting-Host: pacemaker.cts.mtu.edu X-Newsreader: TIN [version 1.2 PL1] Alex Barclay (acb@mavericks.bt.co.uk) wrote: : You'll find that cron just mails _all_ stdout and stderr to the crontab owner. : : If you can make sure that there isn't any output then there won't be any mail! : : Alex. So what you are saying is...use redirection to /dev/null in the script itself? Boo