]> git.pld-linux.org Git - packages/awstats.git/commitdiff
- there is no -confdir option, use -config-dir instead
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 14 Mar 2004 21:39:20 +0000 (21:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    awstats-cron -> 1.3

awstats-cron

index e1420d659bbc3da6566a697c6598a6b591f3fce6..6567900acb1e2644b579a4d4deddaf86abc35990 100644 (file)
@@ -2,7 +2,7 @@
 # update access statistics for the web site
 
 if [ -s /var/log/httpd/access_log ] ; then
-    /usr/bin/awstats_updateall.pl now -confdir=/etc \
+    /usr/bin/awstats_updateall.pl now -config-dir=/etc \
        -awstatsprog=/srv/httpd/html/cgi-bin/awstats.pl > /dev/null
 fi
 
This page took 0.091575 seconds and 4 git commands to generate.