File: 0002-logfiles-vsftpd.conf-Use-custom-pattern-for-applystd.patch

package info (click to toggle)
logwatch 7.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,300 kB
  • sloc: perl: 7,281; sh: 250; makefile: 38
file content (23 lines) | stat: -rw-r--r-- 692 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Willi Mann <willi@wm1.at>
Date: Sat, 26 Jul 2014 19:23:44 +0200
Subject: logfiles/vsftpd.conf: Use custom pattern for applystddate

This fixes a problem where old logfiles from one year ago where included in
the report again.

Closes: #682036
---
 conf/logfiles/vsftpd.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/logfiles/vsftpd.conf b/conf/logfiles/vsftpd.conf
index 56cde60..f32f373 100644
--- a/conf/logfiles/vsftpd.conf
+++ b/conf/logfiles/vsftpd.conf
@@ -22,5 +22,5 @@ Archive = archiv/vsftpd.log.*
 Archive = vsftpd.log-*
 Archive = archiv/vsftpd.log-*
 
-*ApplyStdDate =
+*ApplyStdDate = "... %b %d %H:%M:%S %Y"
 # vi: shiftwidth=3 tabstop=3 et