1 |
diff -Nur -x '*.orig' -x '*.rej' logwatch-7.3.2/conf/logfiles/proftpd-current.conf mezzanine_patched_logwatch-7.3.2/conf/logfiles/proftpd-current.conf |
2 |
--- logwatch-7.3.2/conf/logfiles/proftpd-current.conf 1969-12-31 17:00:00.000000000 -0700 |
3 |
+++ mezzanine_patched_logwatch-7.3.2/conf/logfiles/proftpd-current.conf 2006-12-29 13:26:07.000000000 -0700 |
4 |
@@ -0,0 +1,15 @@ |
5 |
+########################################################################## |
6 |
+# $Id: proftpd-current.conf,v 1.1 2005/09/07 00:37:59 bjorn Exp $ |
7 |
+########################################################################## |
8 |
+# $Log: proftpd-current.conf,v $ |
9 |
+# Revision 1.1 2005/09/07 00:37:59 bjorn |
10 |
+# New proftpd multilog files written by Shad L. Lords |
11 |
+# |
12 |
+########################################################################## |
13 |
+ |
14 |
+# What actual file? Defaults to LogPath if not absolute path.... |
15 |
+LogFile = proftpd/@*.s |
16 |
+LogFile = proftpd/current |
17 |
+ |
18 |
+# Keep only the lines in the proper date range... |
19 |
+*applytaidate |
20 |
diff -Nur -x '*.orig' -x '*.rej' logwatch-7.3.2/conf/services/proftpd.conf mezzanine_patched_logwatch-7.3.2/conf/services/proftpd.conf |
21 |
--- logwatch-7.3.2/conf/services/proftpd.conf 1969-12-31 17:00:00.000000000 -0700 |
22 |
+++ mezzanine_patched_logwatch-7.3.2/conf/services/proftpd.conf 2006-12-29 13:27:12.000000000 -0700 |
23 |
@@ -0,0 +1,34 @@ |
24 |
+########################################################################### |
25 |
+# $Id: proftpd.conf,v 1.1 2005/09/07 00:37:59 bjorn Exp $ |
26 |
+########################################################################### |
27 |
+# $Log: proftpd.conf,v $ |
28 |
+# Revision 1.1 2005/09/07 00:37:59 bjorn |
29 |
+# New proftpd multilog files written by Shad L. Lords |
30 |
+# |
31 |
+########################################################################### |
32 |
+ |
33 |
+# for use with multilog |
34 |
+ |
35 |
+# You can put comments anywhere you want to. They are effective for the |
36 |
+# rest of the line. |
37 |
+ |
38 |
+# this is in the format of <name> = <value>. Whitespace at the beginning |
39 |
+# and end of the lines is removed. Whitespace before and after the = sign |
40 |
+# is removed. Everything is case *insensitive*. |
41 |
+ |
42 |
+# Yes = True = On = 1 |
43 |
+# No = False = Off = 0 |
44 |
+ |
45 |
+Title = "proftpd" |
46 |
+ |
47 |
+# Which logfile group... |
48 |
+LogFile = proftpd-current |
49 |
+ |
50 |
+# Only give lines pertaining to the proftpd service... |
51 |
+#*OnlyService = proftpd |
52 |
+*RemoveHeaders = |
53 |
+ |
54 |
+# Set this to 1 if you want to ignore unmatched FTP messages... |
55 |
+$ftpd_ignore_unmatched = 0 |
56 |
+ |
57 |
+# vi: shiftwidth=3 tabstop=3 et |