
logwatch fix
By: a guest on
Apr 29th, 2012 | syntax:
Diff | size: 1.59 KB | hits: 38 | expires: Never
diff --git a/default.conf/logfiles/daemon.conf b/default.conf/logfiles/daemon.conf
index bedefaf..118375b 100644
--- a/default.conf/logfiles/daemon.conf
+++ b/default.conf/logfiles/daemon.conf
@@ -14,6 +14,7 @@
LogFile = daemon.log
LogFile = daemon.log.0
+Archive = deamon.log.*
Archive = daemon.log.*.gz
*ExpandRepeats
*ApplyStdDate
diff --git a/default.conf/logfiles/dpkg.conf b/default.conf/logfiles/dpkg.conf
index 5d4f0b0..20ef35f 100644
--- a/default.conf/logfiles/dpkg.conf
+++ b/default.conf/logfiles/dpkg.conf
@@ -16,6 +16,7 @@ LogFile = dpkg.log.1
# (optionally containing wildcards) that tell where they are...
# Note: if these are gzipped, you need to end with a .gz even if
# you use wildcards...
+Archive = dpkg.log.*
Archive = dpkg.log.*.gz
*ApplyEuroDate
diff --git a/default.conf/logfiles/kernel.conf b/default.conf/logfiles/kernel.conf
index 1101bb5..2443cd8 100644
--- a/default.conf/logfiles/kernel.conf
+++ b/default.conf/logfiles/kernel.conf
@@ -14,6 +14,7 @@
LogFile = kern.log
LogFile = kern.log.0
+Archive = kern.log.*
Archive = kern.log.*.gz
*ExpandRepeats
*ApplyStdDate
diff --git a/default.conf/logfiles/secure.conf b/default.conf/logfiles/secure.conf
index cced023..bdfa425 100644
--- a/default.conf/logfiles/secure.conf
+++ b/default.conf/logfiles/secure.conf
@@ -21,7 +21,7 @@ LogFile = auth.log.0
#If you use a "-" in naming add that as well -mgt
Archive = secure.*
Archive = archiv/secure.*
-Archive = authlog.*
+Archive = auth.log.*
Archive = auth.log.*.gz
# Expand the repeats (actually just removes them now)