rpms/awstats/FC-5 awstats.spec,1.16,1.17

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Fri Nov 3 07:28:21 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/awstats/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25064/FC-5

Modified Files:
	awstats.spec 
Log Message:
fix bug 213803


Index: awstats.spec
===================================================================
RCS file: /cvs/extras/rpms/awstats/FC-5/awstats.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- awstats.spec	30 Oct 2006 14:23:25 -0000	1.16
+++ awstats.spec	3 Nov 2006 07:27:51 -0000	1.17
@@ -1,6 +1,6 @@
 Name:       awstats
 Version:    6.5
-Release:    6%{?dist}
+Release:    7%{?dist}
 Summary:    Advanced Web Statistics
 License:    GPL
 Group:      Applications/Internet
@@ -57,7 +57,7 @@
 
 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
@@ -176,6 +176,9 @@
 
 
 %changelog
+* Fri Nov 03 2006 Aurelien Bompard <abompard at fedoraproject.org> 6.5-6
+- fix typo in the cron job (bug 213803)
+
 * Mon Oct 30 2006 Aurelien Bompard <abompard at fedoraproject.org> 6.5-5
 - fix DOS encoding on logresolvemerge.pl
 




More information about the fedora-extras-commits mailing list