diff --git a/awstats.spec b/awstats.spec index f9c1257..3aa9283 100644 --- a/awstats.spec +++ b/awstats.spec @@ -1,6 +1,6 @@ Name: awstats Version: 6.6 -Release: 0.3.beta%{?dist} +Release: 0.4.beta%{?dist} Summary: Advanced Web Statistics License: GPL Group: Applications/Internet @@ -54,7 +54,7 @@ cat <awstats.cron if [ -f %{_localstatedir}/log/httpd/access_log ] ; then exec perl %{_datadir}/awstats/tools/awstats_updateall.pl now \ - -confdir="%{_sysconfdir}/awstats" \ + -configdir="%{_sysconfdir}/awstats" \ -awstatsprog="%{_datadir}/awstats/wwwroot/cgi-bin/awstats.pl" >/dev/null fi exit 0 @@ -173,6 +173,9 @@ fi %changelog +* Fri Nov 03 2006 Aurelien Bompard 6.6-0.4.beta +- fix typo in the cron job (bug 213803) + * Mon Oct 30 2006 Aurelien Bompard 6.6-0.3.beta - fix DOS encoding on logresolvemerge.pl