1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' logwatch-7.3.2/conf/logfiles/oidentd-current.conf mezzanine_patched_logwatch-7.3.2/conf/logfiles/oidentd-current.conf |
2 |
|
|
--- logwatch-7.3.2/conf/logfiles/oidentd-current.conf 1969-12-31 17:00:00.000000000 -0700 |
3 |
|
|
+++ mezzanine_patched_logwatch-7.3.2/conf/logfiles/oidentd-current.conf 2006-12-29 14:04:11.000000000 -0700 |
4 |
|
|
@@ -0,0 +1,15 @@ |
5 |
|
|
+########################################################################## |
6 |
|
|
+# $Id: oidentd-current.conf,v 1.1 2005/09/07 00:37:59 bjorn Exp $ |
7 |
|
|
+########################################################################## |
8 |
|
|
+# $Log: oidentd-current.conf,v $ |
9 |
|
|
+# Revision 1.1 2005/09/07 00:37:59 bjorn |
10 |
|
|
+# New oidentd multilog files written by Shad L. Lords |
11 |
|
|
+# |
12 |
|
|
+########################################################################## |
13 |
|
|
+ |
14 |
|
|
+# What actual file? Defaults to LogPath if not absolute path.... |
15 |
|
|
+LogFile = oidentd/@*.s |
16 |
|
|
+LogFile = oidentd/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/oidentd-multi.conf mezzanine_patched_logwatch-7.3.2/conf/services/oidentd-multi.conf |
21 |
|
|
--- logwatch-7.3.2/conf/services/oidentd-multi.conf 1969-12-31 17:00:00.000000000 -0700 |
22 |
|
|
+++ mezzanine_patched_logwatch-7.3.2/conf/services/oidentd-multi.conf 2006-12-29 14:05:17.000000000 -0700 |
23 |
|
|
@@ -0,0 +1,31 @@ |
24 |
|
|
+########################################################################### |
25 |
|
|
+# $Id: oidentd-multi.conf,v 1.1 2005/09/07 00:37:59 bjorn Exp $ |
26 |
|
|
+########################################################################### |
27 |
|
|
+# $Log: oidentd-multi.conf,v $ |
28 |
|
|
+# Revision 1.1 2005/09/07 00:37:59 bjorn |
29 |
|
|
+# New oidentd 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 = "oidentd" |
46 |
|
|
+ |
47 |
|
|
+# Which logfile group... |
48 |
|
|
+LogFile = oidentd-current |
49 |
|
|
+ |
50 |
|
|
+# Only give lines pertaining to the oidentd service... |
51 |
|
|
+#*OnlyService = oidentd |
52 |
|
|
+*RemoveHeaders = |
53 |
|
|
+ |
54 |
|
|
+# vi: shiftwidth=3 tabstop=3 et |