1 |
diff -Nur -x '*.orig' -x '*.rej' logwatch-7.3.2/conf/logfiles/sshd-current.conf mezzanine_patched_logwatch-7.3.2/conf/logfiles/sshd-current.conf |
2 |
--- logwatch-7.3.2/conf/logfiles/sshd-current.conf 1969-12-31 17:00:00.000000000 -0700 |
3 |
+++ mezzanine_patched_logwatch-7.3.2/conf/logfiles/sshd-current.conf 2006-12-29 13:15:49.000000000 -0700 |
4 |
@@ -0,0 +1,15 @@ |
5 |
+########################################################################## |
6 |
+# $Id: sshd-current.conf,v 1.1 2005/09/07 00:37:59 bjorn Exp $ |
7 |
+########################################################################## |
8 |
+# $Log: sshd-current.conf,v $ |
9 |
+# Revision 1.1 2005/09/07 00:37:59 bjorn |
10 |
+# New sshd multilog files written by Shad L. Lords |
11 |
+# |
12 |
+########################################################################## |
13 |
+ |
14 |
+# What actual file? Defaults to LogPath if not absolute path.... |
15 |
+LogFile = sshd/@*.s |
16 |
+LogFile = sshd/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/sshd-multi.conf mezzanine_patched_logwatch-7.3.2/conf/services/sshd-multi.conf |
21 |
--- logwatch-7.3.2/conf/services/sshd-multi.conf 1969-12-31 17:00:00.000000000 -0700 |
22 |
+++ mezzanine_patched_logwatch-7.3.2/conf/services/sshd-multi.conf 2006-12-29 13:15:25.000000000 -0700 |
23 |
@@ -0,0 +1,36 @@ |
24 |
+########################################################################### |
25 |
+# $Id: sshd-multi.conf,v 1.1 2005/09/07 00:37:59 bjorn Exp $ |
26 |
+########################################################################### |
27 |
+# $Log: sshd-multi.conf,v $ |
28 |
+# Revision 1.1 2005/09/07 00:37:59 bjorn |
29 |
+# New sshd 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 = "sshd" |
46 |
+ |
47 |
+# Which logfile group... |
48 |
+LogFile = sshd-current |
49 |
+ |
50 |
+# Only give lines pertaining to the sshd service... |
51 |
+#*OnlyService = sshd |
52 |
+*RemoveHeaders = |
53 |
+ |
54 |
+# Variable $sshd_ignore_host is used to filter out hosts that login |
55 |
+# successfully. This commented-out example filters out reserved local |
56 |
+# addresses (IETF RFC 1918 and RFC 3330). |
57 |
+#$sshd_ignore_host="^10\.|^172\.(1[6-9]|2[0-9]|3[01])\.|^192\.168\.|^127\." |
58 |
+ |
59 |
+# vi: shiftwidth=3 tabstop=3 et |