On Sat, 25 Jun 2005 06:12:55 -0500
> man crontab           (from fresh OBSD 3.7)
> FILES
>      /var/cron/cron.allow  list of users allowed to use crontab
>      /var/cron/cron.deny   list of users prohibited from using crontab
>      /var/cron/tabs        directory of individual crontabs

man cron
FILES
     /etc/crontab          system crontab file
     /var/cron/atjobs      directory containing at(1) jobs
     /var/cron/log         cron's log file
     /var/cron/tabs        directory containing individual crontab files
     /var/cron/tabs/.sock  used by crontab(1) to tell cron to check for
                           crontab changes immediately


/etc/crontab works but doesnt exist by default, you'll have to create it
yourself. Beware that the format is slightly different.

---
Lars Hansson

Reply via email to