[Debconf-video-commits] r482 - in fai-config: files/etc files/etc/logcheck files/etc/logcheck/ignore.d.server files/etc/logcheck/ignore.d.server/local-ntpd scripts/DEFAULT

Holger Levsen holger at alioth.debian.org
Wed Jul 22 09:09:35 UTC 2009


Author: holger
Date: 2009-07-22 09:09:34 +0000 (Wed, 22 Jul 2009)
New Revision: 482

Added:
   fai-config/files/etc/logcheck/
   fai-config/files/etc/logcheck/ignore.d.server/
   fai-config/files/etc/logcheck/ignore.d.server/local-ntpd/
   fai-config/files/etc/logcheck/ignore.d.server/local-ntpd/DEFAULT
   fai-config/scripts/DEFAULT/50-logcheck
   fai-config/scripts/DEFAULT/55-logcheck
Log:
get rid of noisy logcheck messages

Added: fai-config/files/etc/logcheck/ignore.d.server/local-ntpd/DEFAULT
===================================================================
--- fai-config/files/etc/logcheck/ignore.d.server/local-ntpd/DEFAULT	                        (rev 0)
+++ fai-config/files/etc/logcheck/ignore.d.server/local-ntpd/DEFAULT	2009-07-22 09:09:34 UTC (rev 482)
@@ -0,0 +1 @@
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: kernel time sync status change [0-9]{4}$

Added: fai-config/scripts/DEFAULT/50-logcheck
===================================================================
--- fai-config/scripts/DEFAULT/50-logcheck	                        (rev 0)
+++ fai-config/scripts/DEFAULT/50-logcheck	2009-07-22 09:09:34 UTC (rev 482)
@@ -0,0 +1,9 @@
+#! /bin/bash
+
+#
+#        (c) 2006 Holger Levsen         holger at layer-acht.org
+#        GPL2 licenced
+#
+ 
+fcopy -i -r -m root,logcheck,0640 /etc/logcheck/
+


Property changes on: fai-config/scripts/DEFAULT/50-logcheck
___________________________________________________________________
Added: svn:executable
   + *

Added: fai-config/scripts/DEFAULT/55-logcheck
===================================================================
--- fai-config/scripts/DEFAULT/55-logcheck	                        (rev 0)
+++ fai-config/scripts/DEFAULT/55-logcheck	2009-07-22 09:09:34 UTC (rev 482)
@@ -0,0 +1,12 @@
+#! /usr/sbin/cfagent -f
+
+control:
+  actionsequence = ( editfiles )
+  EditFileSize = ( 30000 )
+
+editfiles:
+  ETCH::
+    { ${target}/etc/logcheck/logcheck.conf
+      ReplaceAll "INTRO=1" With "INTRO=0"
+      ReplaceAll "#INTRO=0" With "INTRO=0"
+    }


Property changes on: fai-config/scripts/DEFAULT/55-logcheck
___________________________________________________________________
Added: svn:executable
   + *




More information about the Debconf-video-commits mailing list