1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
diff -ru3 conf/logfiles/cron.conf conf/logfiles/cron.conf
--- conf/logfiles/cron.conf 2016-03-08 23:01:28.075770384 +0100
+++ conf/logfiles/cron.conf 2016-03-08 23:02:48.449234295 +0100
@@ -18,6 +18,7 @@
# If the archives are searched, here is one or more line
# (optionally containing wildcards) that tell where they are...
Archive = cron.*
+Archive = old/cron.*
Archive = archiv/cron.*
Archive = cron-*
Archive = archiv/cron-*
diff -ru3 conf/logfiles/kernel.conf conf/logfiles/kernel.conf
--- conf/logfiles/kernel.conf 2016-03-08 23:01:28.075770384 +0100
+++ conf/logfiles/kernel.conf 2016-03-08 23:05:06.712745252 +0100
@@ -12,8 +12,10 @@
# kernel log file for debian-based systems
+LogFile = kernel
LogFile = kern.log
LogFile = kern.log.0
+Archive = kernel.*
Archive = kern.log.*.gz
Archive = kern.log-*.gz
*ExpandRepeats
diff -ru3 conf/logfiles/maillog.conf conf/logfiles/maillog.conf
--- conf/logfiles/maillog.conf 2016-03-08 23:01:28.075770384 +0100
+++ conf/logfiles/maillog.conf 2016-03-08 23:07:37.896185144 +0100
@@ -21,6 +21,7 @@
# If the archives are searched, here is one or more line
# (optionally containing wildcards) that tell where they are...
#If you use a "-" in naming add that as well -mgt
+Archive = old/mail.*
Archive = maillog.*
Archive = maillog-*
Archive = syslog.*
diff -ru3 conf/logfiles/messages.conf conf/logfiles/messages.conf
--- conf/logfiles/messages.conf 2016-03-08 23:01:28.075770384 +0100
+++ conf/logfiles/messages.conf 2016-03-08 23:08:19.822868337 +0100
@@ -16,6 +16,7 @@
# If the archives are searched, here is one or more line
# (optionally containing wildcards) that tell where they are...
#If you use a "-" in naming add that as well -mgt
+Archive = old/messages.*
Archive = messages.*
Archive = archiv/messages.*
Archive = messages-*
diff -ru3 conf/logfiles/secure.conf conf/logfiles/secure.conf
--- conf/logfiles/secure.conf 2016-03-08 23:01:28.075770384 +0100
+++ conf/logfiles/secure.conf 2016-03-08 23:06:34.552816737 +0100
@@ -13,6 +13,7 @@
# What actual file? Defaults to LogPath if not absolute path....
LogFile = secure
LogFile = authlog
+LogFile = auth
LogFile = auth.log
LogFile = auth.log.0
@@ -21,6 +22,7 @@
#If you use a "-" in naming add that as well -mgt
Archive = secure.*
Archive = archiv/secure.*
+Archive = old/auth.*
Archive = authlog.*
Archive = auth.log.*.gz
Archive = secure-*
diff -ru3 conf/logfiles/vsftpd.conf conf/logfiles/vsftpd.conf
--- conf/logfiles/vsftpd.conf 2016-03-08 23:01:28.075770384 +0100
+++ conf/logfiles/vsftpd.conf 2016-03-08 23:08:47.886210003 +0100
@@ -17,6 +17,7 @@
# If the archives are searched, here is one or more line
# (optionally containing wildcards) that tell where they are...
#If you use a "-" in naming add that as well -mgt
+Archive = old/vsftpd.log.*
Archive = vsftpd.log.*
Archive = archiv/vsftpd.log.*
Archive = vsftpd.log-*
|