Date: Wed, 27 Jun 2001 19:35:37 -0400 From: "Jonathan Slivko" <js43064n@pace.edu> To: "Marcel Dijk" <nascar24@home.nl> Cc: <freebsd-questions@FreeBSD.ORG> Subject: Re: getting very much mail from CRON Message-ID: <200106271935.AA140771452@stmail.pace.edu>
next in thread | raw e-mail | index | archive | help
Marcel, Add > /dev/null to the end of the cron statement. That will pipe the output to /dev/null, which doesn't exist for any other reason to be used as a bit bucket. HTH, -- Jonathan /--------------------------------------------------------------\ Jonathan Slivko -- Black Lotus Comm. -- js43064n@pace.edu www.jmslivko.org - www.blacklotus.net - www.freebsd.org Phone: (212) 663-1109 -- Pager: (917) 388-5304 FreeBSD: The Power to Serve! \--------------------------------------------------------------/ ---------- Original Message ---------------------------------- From: "Marcel Dijk" <nascar24@home.nl> Date: Thu, 28 Jun 2001 01:07:50 +0200 >Hello, > >I have configured webalizer to make a new report every 5 minutes with CRON. >But I also get 3 e-mails from CRON every 5 minutes giving me the messages >that webalizer gives. > >How can I stop this behaviour? I don't want to get a mega load of e-mails >wich I have to delete. Because the information in those mails are usesless, >for example: > >Webalizer V2.01-06 (FreeBSD 4.2-RELEASE) English >Using logfile /usr/local/apache/logs/access_log (clf) >Creating output in /usr/home/www/www-stats >Hostname for reports is 'ME' >Reading history file... webalizer.hist >Generating report for June 2001 >Generating summary report >Saving history information... >1656 records in 1.21 seconds, 1367/sec > >TIA, > >Marcel > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > ___________________________________________________________________ ___ Sent via the Pace University Mail system at stmail.pace.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106271935.AA140771452>