Index: trunk/alternc-awstats
===================================================================
--- trunk/alternc-awstats	(revision 1035)
+++ trunk/alternc-awstats	(revision 1037)
@@ -17,5 +17,5 @@
 fi
 
-CACHEDIR="/var/cache/alternc-awstats"
+CACHEDIR="/var/cache/awstats"
 TMPDNS=`mktemp -p /tmp`
 TMPLOG=`mktemp -p /tmp`
@@ -26,5 +26,5 @@
     rm -f $TMPDNS
     rm -f $TMPLOG
-    rm -rf $CACHEDIR/*
+#    rm -rf $CACHEDIR/*
 }
 
@@ -46,7 +46,9 @@
 
 # Clear the cache dir
-rm -rf $CACHEDIR/* 
-# Fill the cache dir
-/usr/lib/alternc/awstats.cache.php
+# DONT do it ! it looses all previously computed data ! 
+#rm -rf $CACHEDIR/* 
+# Fill the cache dir (/etc dir)
+# not required: m_aws.php build it properly
+# /usr/lib/alternc/awstats.cache.php
 
 # Launch the stat
