summaryrefslogtreecommitdiff
path: root/net-analyzer/prelude-lml/files/prelude-lml-3.0.0-conf.patch
blob: dab4ea8a6bb1a9d8a08d88ddf45bcebe931f0fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/prelude-lml.conf
+++ b/prelude-lml.conf
@@ -92,7 +92,7 @@
 time-format = "%b %d %H:%M:%S"
 prefix-regex = "^(?P<timestamp>.{15}) (?P<hostname>\S+) (?:(?P<process>\S+?)(?:\[(?P<pid>[0-9]+)\])?: )?"
 file = /var/log/messages
-file = /var/log/secure
+file = /var/log/auth.log
 # udp-server = 0.0.0.0
 # tcp-server = 0.0.0.0
 # tcp-tls-server = 0.0.0.0
--- a/prelude-lml.conf.in
+++ b/prelude-lml.conf.in
@@ -92,7 +92,7 @@
 time-format = "%b %d %H:%M:%S"
 prefix-regex = "^(?P<timestamp>.{15}) (?P<hostname>\S+) (?:(?P<process>\S+?)(?:\[(?P<pid>[0-9]+)\])?: )?"
 file = /var/log/messages
-file = /var/log/secure
+file = /var/log/auth.log
 # udp-server = 0.0.0.0
 # tcp-server = 0.0.0.0
 # tcp-tls-server = 0.0.0.0