FreeBSD ./build cron error

IT_Architect

Verified User
Joined
Feb 27, 2006
Messages
1,114
FreeBSD 7.2 64 bit:

When I do a ./build cron, I receive the following error:
"You can not run cronjob, because you do not have /etc/cron.daily directory."

I'm guessing you want to handle that with the install script or...how do you want me to handle that on FreeBSD?

Thanks!
 
Hello,

It's incomplete for FreeBSD. I'll need to implement that. Thanks for the report.

John
 
Hello,

I've finished implementing this for FreeBSD.

If you run:

./build update

you should be able to get the build that supports FreeBSD cron.

It will add the entry to your /etc/crontab and save the script to:
/usr/local/directadmin/custombuild/cronfile

John
 
Back
Top