[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ4>openwebmail and cron for calendar notify
- Subject: Re: [cobalt-users] RaQ4>openwebmail and cron for calendar notify
- From: Parker Morse <morse@xxxxxxxxxxx>
- Date: Mon Jan 6 10:49:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Monday, January 6, 2003, at 12:39 PM, Chris wrote:
errors in crontab file, can`t install.
"mycron":2: bad day-of-month
And this is the code in file "mycron:"
0 */2 * * *
/usr/local/www/cgi-bin/openwebmail/openwebmail-tool.pl -a -n -q
Why doesn't this function?
From how I read the crontab man page ("man 5 crontab") the / modifier only
works on a specified range of values, not a wildcard like *. Try this:
0 0-23/2 * * *
for the schedule part, and see how that works.
pjm