]> git.pld-linux.org Git - packages/awstats.git/commitdiff
- /srv/ no more (thanks arekm)
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 14 Mar 2004 21:49:56 +0000 (21:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    awstats-cron -> 1.4
    awstats.spec -> 1.17

awstats-cron
awstats.spec

index 6567900acb1e2644b579a4d4deddaf86abc35990..8f8c89b6d1f9eac5b63bfa94169305e304478b38 100644 (file)
@@ -3,7 +3,7 @@
 
 if [ -s /var/log/httpd/access_log ] ; then
     /usr/bin/awstats_updateall.pl now -config-dir=/etc \
-       -awstatsprog=/srv/httpd/html/cgi-bin/awstats.pl > /dev/null
+       -awstatsprog=/home/services/httpd/html/cgi-bin/awstats.pl > /dev/null
 fi
 
 exit 0
index 5bf9ee7357ba2e7d247e223ebc319dd032f738ad..dafe4773f18b1c798cf8b47f3a36a0802fa1f346 100644 (file)
@@ -18,7 +18,7 @@ Requires:     perl-Storable
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                wwwdir  /srv/httpd/html
+%define                wwwdir  /home/services/httpd/html
 
 %description
 Advanced Web Statistics is a powerful and featureful tool that
This page took 0.079972 seconds and 4 git commands to generate.