[Logcheck-commits] CVS logcheck/rulefiles/linux/ignore.d.server

CVS User maks-guest logcheck-devel@lists.alioth.debian.org
Wed, 20 Apr 2005 14:29:50 +0000


Update of /cvsroot/logcheck/logcheck/rulefiles/linux/ignore.d.server
In directory haydn:/tmp/cvs-serv3564/rulefiles/linux/ignore.d.server

Modified Files:
	cvsd 
Log Message:

s/andromeda/[._[:alnum:]-]+/g
fix hostname match in cvsd rules.


--- /cvsroot/logcheck/logcheck/rulefiles/linux/ignore.d.server/cvsd	2005/03/22 22:34:53	1.1
+++ /cvsroot/logcheck/logcheck/rulefiles/linux/ignore.d.server/cvsd	2005/04/20 14:29:50	1.2
@@ -1,2 +1,2 @@
-^\w{3} [ :0-9]{11} andromeda cvsd\[[0-9]+\]: connection from [0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3} [0-9]{1,5}$
-^\w{3} [ :0-9]{11} andromeda cvsd\[[0-9]+\]: cvs command exited with exit-status 1$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cvsd\[[0-9]+\]: connection from [0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3} [0-9]{1,5}$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cvsd\[[0-9]+\]: cvs command exited with exit-status 1$