]> git.pld-linux.org Git - packages/calamaris.git/commitdiff
- Corrected name of newest logfile (PLD uses 'delaycompress').
authormkochano <mkochano@pld-linux.org>
Sat, 2 Sep 2000 23:44:58 +0000 (23:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Cosmetics.

Changed files:
    calamaris.sysconfig -> 1.4

calamaris.sysconfig

index e441981c32a8062949e3ab6037f0187264630df6..a1d5ab429dfdbcd5dac9b28e3be9db87c7a87553 100644 (file)
 
 # Logs to parse in order to create daily stats. Because of asumption that
 # this script is run *after* logrotate, log file is already compressed and
-# gzipped. Remember to not use any quotation if you want to use shell globs.
+# gzipped. PLD uses delayed compression. This means that newest log file
+# isn't compressed.
 # There is no default. You have to put something here.
-DAILY_FILES="/var/log/archiv/squid/access.log.1.gz"
+DAILY_FILES="/var/log/archiv/squid/access.log.1"
 
 # Where to save daily stats. Ignored if DAILY_ACTION doesn't contain "save".
 # There is no default. You have to put something here.
@@ -61,8 +62,8 @@ DAILY_SAVE_AS="/home/httpd/html/cache_log/daily.html"
 
 # Logs to parse in order to create weekly stats. Because of asumption that
 # this script is run *after* logrotate, all log files are already compressed
-# and gzipped. Remember to not use any quotation if you want to use shell
-# globs. There is no default. You have to put something here.
+# and gzipped.
+# There is no default. You have to put something here.
 WEEKLY_FILES=/var/log/archiv/squid/access.log.{7,6,5,4,3,2,1}*
 
 # Where to save weekly stats. Ignored if WEEKLY_ACTION doesn't contain "save".
This page took 0.05256 seconds and 4 git commands to generate.