- corrected path to 'awstats_buildstaticpages.pl' under debian (note: additional configuration has been added, awstats_buildstaticpages.pl default is *not* in the correct path), #fixes 87

This commit is contained in:
Michael Kaufmann (d00p)
2010-03-24 09:58:24 +00:00
parent 15e7441ab9
commit f5e2d13c53
6 changed files with 27 additions and 6 deletions

View File

@@ -254,7 +254,8 @@ return Array(
'awstats' => Array(
'label' => 'Awstats',
'commands' => Array(
'apt-get install awstats'
'apt-get install awstats',
'cp /usr/share/doc/awstats/examples/awstats_buildstaticpages.pl /usr/lib/cgi-bin/'
),
'files' => Array(
'etc_awstats.model.conf' => '/etc/awstats/awstats.conf'

View File

@@ -248,7 +248,8 @@ return Array(
'awstats' => Array(
'label' => 'Awstats',
'commands' => Array(
'apt-get install awstats'
'apt-get install awstats',
'cp /usr/share/doc/awstats/examples/awstats_buildstaticpages.pl /usr/lib/cgi-bin/'
),
'files' => Array(
'etc_awstats.model.conf' => '/etc/awstats/awstats.model.conf'

View File

@@ -255,7 +255,8 @@ return Array(
'awstats' => Array(
'label' => 'Awstats',
'commands' => Array(
'apt-get install awstats'
'apt-get install awstats',
'cp /usr/share/doc/awstats/examples/awstats_buildstaticpages.pl /usr/lib/cgi-bin/'
),
'files' => Array(
'etc_awstats.model.conf' => '/etc/awstats/awstats.conf'