cron-daily question for the interworx team ?

A simple question, the daily crone that runs for updating stats, yum, logrotation,
As its encoded can you tell me what exactly runs and in what order, does yum run as perl ?

Thank you

[QUOTE=bear;14715]A simple question, the daily crone that runs for updating stats, yum, logrotation,
As its encoded can you tell me what exactly runs and in what order, does yum run as perl ?

Thank you[/QUOTE]

Hi Gary,

It is encoded. The order is as follows:

yum - does the equivalent of yum check-update; yum update;
stats - runs through all domains and does all stats programs, and rotates the logs upon completion.
spamassassin training - uses “sa-learn” to train messages in users’ Learn Spam / Learn Ham folders.

yum is a python program, not perl.

Paul

python yes my error,
thank you for your reply