Hi ..
I hope to have a new awsetup or awsetupall script, that can add the awstats to user, and add cron job for only admin's cron job or reseller's cron job, not user's, because if you have too many user, they will run awstats at the same time, but if you only add awstats to some sheel script, they will run step by step like these:
awstatsall.sh
/home/homerpub/domains/domain1.com/public_html/cgi-bin/awstats/awstats.pl -config=www.domain1.com/ -update > /home/homerpub/domains/domain1.com//public_html/cgi-bin/awstats/status.log
/home/homerpub/domains/domain2.com/public_html/cgi-bin/awstats/awstats.pl -config=www.domain2.com/ -update > /home/homerpub/domains/domain2.com//public_html/cgi-bin/awstats/status.log
and I needn't to waste time to change the cronjob time of every user.
I think it's not too hard to write a new script, but I hope to use your awsetup for my DA system. And I don't know your awsetup script is in GPL license or not, so I hope you can help me to develop the new version of awsetup that can run all the site no problem.
Thanks..