[CentOS] Webalizer cron syntax

Fri Sep 12 05:42:50 UTC 2008
Bob Hoffman <bob at bobhoffman.com>

 
What worked for the cron...but not doing the original one is this...

for i in /etc/webalizer/*.conf; do webalizer -Qc $i; done

I guess a second one needs to be made for the main one...or maybe another
line.

But this worked.