]> git.pld-linux.org Git - packages/calamaris.git/commitdiff
- s|/var/log/archiv|/var/log/archive|g
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 2 Apr 2007 16:41:07 +0000 (16:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    calamaris.sysconfig -> 1.10

calamaris.sysconfig

index 928f8eed6c5ab4aec62d83a78bd1df2366224b1a..f8415aa5213d936c75925fd1884e96fd220ed169 100644 (file)
@@ -52,7 +52,7 @@ OUTPUT_DIR="/home/services/httpd/html/cache_log"
 # Logs to parse in order to create daily stats. Because of assumption that
 # this script is run *after* logrotate, log file is already gzipped. There
 # is no default. You have to put something here.
-DAILY_FILES="/var/log/archiv/squid/access.log.1.gz"
+DAILY_FILES="/var/log/archive/squid/access.log.1.gz"
 
 # Where to save daily stats. Ignored if DAILY_ACTION doesn't contain "save".
 # There is no default. You have to put something here.
@@ -66,7 +66,7 @@ DAILY_SAVE_AS="$OUTPUT_DIR/daily.html"
 # Logs to parse in order to create weekly stats. Because of assumption that
 # this script is run *after* logrotate, all log files are already 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}*
+WEEKLY_FILES=/var/log/archive/squid/access.log.{7,6,5,4,3,2,1}*
 
 # Where to save weekly stats. Ignored if WEEKLY_ACTION doesn't contain "save".
 # There is no default. You have to put something here.
This page took 0.073163 seconds and 4 git commands to generate.