added awstats configuration to FreeBSD, thx to jenus for the great help

This commit is contained in:
Michael Kaufmann (d00p)
2010-04-08 12:05:26 +00:00
parent 7daa7eb0bc
commit 43fe968ad0
2 changed files with 35 additions and 0 deletions

View File

@@ -189,6 +189,22 @@ return Array(
)
)
)
),
'etc' => Array(
'label' => $lng['admin']['configfiles']['etc'],
'daemons' => Array(
'awstats' => Array(
'label' => 'Awstats',
'commands' => Array(
'cd /usr/ports/www/awstats/',
'make install clean',
'cp /usr/local/www/awstats/cgi-bin/awstats.model.conf '.makeCorrectDir($settings['system']['awstats_conf'])
),
'files' => Array(
'etc_awstats.model.conf' => makeCorrectFile($settings['system']['awstats_conf'].'/awstats.model.conf')
)
)
)
)
)
)