On Tue, Oct 30, 2001 at 04:50:21PM +1100, Jamie Wilkinson wrote:
> This one time, at band camp, John Clarke wrote:
> >Oct 29 04:01:00 wombat CROND[28974]: (root) CMD (run-parts /etc/cron.hourly) 
> >Oct 29 04:01:59 wombat CROND[29027]: (root) CMD (run-parts /etc/cron.daily) 
> >Oct 29 04:02:00 wombat CROND[29089]: (root) CMD (run-parts /etc/cron.daily) 
> 
> run-parts and cron.daily indicate to me that this is a Debian system, or at

No, RH7.0.

> least has a similar cron set up.  The scripts in /etc/cron.* are run by

Yes.  RH has had run-parts and cron.hourly etc for ages, but they did
pinch the idea from Debian.

> rules in /etc/crontab, so have a look there to see if that looks sane.

Thanks, but I've already checked that. It looks fine to me:

    [johnc@wombat ~]$ cat /etc/crontab 
    SHELL=/bin/bash
    PATH=/sbin:/bin:/usr/sbin:/usr/bin
    MAILTO=root
    HOME=/

    # run-parts
    01 * * * * root run-parts /etc/cron.hourly
    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


Cheers,

John
-- 
whois [EMAIL PROTECTED]
GPG key id: 0xD59C360F

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to