Output of Cron Clogging up my inbox.

Herbert Gasiorowski gasi3 at web.de
Wed Apr 21 08:25:05 UTC 2004


> I know I should add a /dev/null somewhere, I tried
> 
> 0-59/1 * * * * root /usr/bin/mrtg /etc/mrtg/mrtg.cfg > /dev/null
> 
> 0-59/1 * * * * root /usr/bin/mrtg /etc/mrtg/mrtg.cfg 2 >&1 > /dev/null
> 
> Both does not work.

Just the other way around:
 > 0-59/1 * * * * root /usr/bin/mrtg /etc/mrtg/mrtg.cfg >/dev/null 2>&1

-- 
mfg
Herbert Gasiorowski
http://www.mathematik.uni-marburg.de/~gasi/





More information about the fedora-list mailing list