[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Cron Question ??



Sorry but i don't know were this redirect must be inserted.
My Crontab look like :

SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# run-parts
03,18,33,48 * * * * root run-parts /etc/cron.quarter-hourly (here ??)
04,34 * * * * root run-parts /etc/cron.half-hourly
01 * * * * root run-parts /etc/cron.hourly
05 0,6,12,18 * * * root run-parts /etc/cron.quarter-daily
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly

# Monitor services to make sure everything is still okay.
0,15,30,45 * * * * root /usr/local/sbin/swatch >>/var/cobalt/adm.log 2>&1

Ramon

----- Original Message -----
From: E.B. Dreger <eddy+public+spam@xxxxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, January 23, 2002 3:38 PM
Subject: Re: [cobalt-users] Cron Question ??


> > Date: Wed, 23 Jan 2002 12:05:30 +0100
> > From: Ramon LOPEZ <r.lopez@xxxxxxxxxxxxxxxxxxx>
>
> > My problem is that i don't want to receve the information email
> > of the cron.quarter-daily job. How can i set this ?
>
> In your crontab, redirect output to dev null.  Append
>
> 1> /dev/null 2> /dev/null
>
> to the line re the quarter daily job.
>
> > Thanks
> >
> > Ramon
>
>
> Eddy
>
> --------------------------------------------------------------------------
-
> Brotsman & Dreger, Inc. - EverQuick Internet Division
> Phone: +1 (316) 794-8922 Wichita/(Inter)national
> Phone: +1 (785) 865-5885 Lawrence
> --------------------------------------------------------------------------
-
>
> Date: Mon, 21 May 2001 11:23:58 +0000 (GMT)
> From: A Trap <blacklist@xxxxxxxxx>
> To: blacklist@xxxxxxxxx
> Subject: Please ignore this portion of my mail signature.
>
> These last few lines are a trap for address-harvesting spambots.  Do NOT
> send mail to <blacklist@xxxxxxxxx>, or you are likely to be blocked.
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>