add note to remove the default awstats cronjob as it conflicts with froxlor, fixes #1185

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-04-11 11:30:49 +02:00
parent 090d4a6835
commit 9cac851ab6
8 changed files with 20 additions and 14 deletions

View File

@@ -176,7 +176,8 @@ return Array(
'label' => 'Awstats',
'commands' => Array(
'mv '.makeCorrectFile($settings['system']['awstats_conf'].'/awstats.conf').' '.makeCorrectFile($settings['system']['awstats_conf'].'/awstats.model.conf'),
'sed -i.bak \'s/^DirData/# DirData/\' '.makeCorrectFile($settings['system']['awstats_conf'].'/awstats.model.conf')
'sed -i.bak \'s/^DirData/# DirData/\' '.makeCorrectFile($settings['system']['awstats_conf'].'/awstats.model.conf'),
'# Please make sure you deactivate awstats own cronjob as Froxlor handles that itself'
)
)
)