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