1 |
diff -Nur -x '*.orig' -x '*.rej' logwatch-7.3.2/conf/logfiles/iptables-current.conf mezzanine_patched_logwatch-7.3.2/conf/logfiles/iptables-current.conf |
2 |
--- logwatch-7.3.2/conf/logfiles/iptables-current.conf 1969-12-31 17:00:00.000000000 -0700 |
3 |
+++ mezzanine_patched_logwatch-7.3.2/conf/logfiles/iptables-current.conf 2006-12-29 13:59:02.000000000 -0700 |
4 |
@@ -0,0 +1,15 @@ |
5 |
+########################################################################## |
6 |
+# $Id: iptables-current.conf,v 1.1 2005/09/07 00:37:59 bjorn Exp $ |
7 |
+########################################################################## |
8 |
+# $Log: iptables-current.conf,v $ |
9 |
+# Revision 1.1 2005/09/07 00:37:59 bjorn |
10 |
+# New iptables multilog files written by Shad L. Lords |
11 |
+# |
12 |
+########################################################################## |
13 |
+ |
14 |
+# What actual file? Defaults to LogPath if not absolute path.... |
15 |
+LogFile = iptables/@*.s |
16 |
+LogFile = iptables/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/iptables-multi.conf mezzanine_patched_logwatch-7.3.2/conf/services/iptables-multi.conf |
21 |
--- logwatch-7.3.2/conf/services/iptables-multi.conf 1969-12-31 17:00:00.000000000 -0700 |
22 |
+++ mezzanine_patched_logwatch-7.3.2/conf/services/iptables-multi.conf 2006-12-29 13:58:34.000000000 -0700 |
23 |
@@ -0,0 +1,46 @@ |
24 |
+########################################################################### |
25 |
+# $Id: iptables-multi.conf,v 1.1 2005/09/07 00:37:59 bjorn Exp $ |
26 |
+########################################################################### |
27 |
+# $Log: iptables-multi.conf,v $ |
28 |
+# Revision 1.1 2005/09/07 00:37:59 bjorn |
29 |
+# New iptables 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 = "iptables" |
46 |
+ |
47 |
+# Which logfile group... |
48 |
+LogFile = iptables-current |
49 |
+ |
50 |
+# Only give lines pertaining to the iptables service... |
51 |
+#*OnlyService = iptables |
52 |
+*RemoveHeaders = |
53 |
+ |
54 |
+# Set this to yes to lookup IPs in kernel firewall report |
55 |
+$iptables_ip_lookup = No |
56 |
+ |
57 |
+# Set this to enable a filter on iptables/ipchains displays |
58 |
+# This will block out hosts who have less than the specified |
59 |
+# number of hits between all ports. Defaults to 0. |
60 |
+$iptables_host_min_count = 0 |
61 |
+ |
62 |
+# If both of the following settings are enabled, two output lists |
63 |
+# will be produced. If none is set, the old style output is prduced. |
64 |
+# Set this to generate old style output (sorted by source hosts) |
65 |
+#$iptables_list_by_host = 0 |
66 |
+# Set this to generate new style output (sorted by targeted service) |
67 |
+#$iptables_list_by_service = 1 |
68 |
+ |
69 |
+# vi: shiftwidth=3 tabstop=3 et |