It wasn't long before I realized that my scheduled tasks were not running when they should. I did some cursory explorations at the time to figure out what was wrong. The daemon was starting up and running fine and the scripts were properly installed in the cron directories. I was busy with other things at the time and so I put solving the problem on the back burner until today when it finally bugged me enough that I wanted to fix it. I dug a little deeper and checked the system cron scheduling file (/etc/crontab) which is where I found this message:
# fcron || dcron:
# This is NOT the system crontab! fcron and dcron do not support a system crontab.
# to get /etc/cron.{hourly|daily|weekly|montly} working with fcron or dcron do
# crontab /etc/crontab
# as root.
Duh.