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

[cobalt-users] webalizer and cron



since i'v been messing with my webalizer script and my cron job, it appears
the cron isnt running webalizer each night.

-rw-r--r--   1 root     root           90 Dec  7 15:37 webalizer


- This is my crond.d script


# just run webalizer.pl each day at 4.12 am
12 4 * * *      nobody  /usr/local/bin/webalizer.pl



does this all look ok? i dont know why its not been running since i changed
'nobody' from 'root'

any ideas?