Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2000 10:12:56 -0400 (EDT)
From:      Jim Sander <jim@federation.addy.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Suppressing SENDMAIL messages
Message-ID:  <Pine.BSF.4.10.10008181007140.93813-100000@federation.addy.com>
In-Reply-To: <20000818164354.B17537@localhost.bsd.net.il>

next in thread | previous in thread | raw e-mail | index | archive | help
> the output gets mailed to the job owner (me). Is there some way I
> could adapt the job so that cron doesn't email the output to me ?

This is actually simple- change your crontab entries to
'command 2>&1 > /dev/null'

Cron will mail the "results" of any execution, so the only way to get rid
of it is to make sure there isn't any output.

-=Jim=-



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?Pine.BSF.4.10.10008181007140.93813-100000>