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

CVS User maks-guest logcheck-devel@lists.alioth.debian.org
Mon, 11 Jul 2005 12:33:44 +0000


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

Modified Files:
	gconf 
Log Message:

fix annoying gconfd rules:
* gconfd sometimes forgets about himself
* has no " chars in his loglines


--- /cvsroot/logcheck/logcheck/rulefiles/linux/ignore.d.workstation/gconf	2005/02/15 19:57:22	1.10
+++ /cvsroot/logcheck/logcheck/rulefiles/linux/ignore.d.workstation/gconf	2005/07/11 12:33:44	1.11
@@ -1,7 +1,7 @@
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ gconfd \([._[:alnum:]-]+-[0-9]+\): starting \(version [.[:alnum:]]+\), pid [0-9]+ user '[[:alnum:]-]+'$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ gconfd \([._[:alnum:]-]+-[0-9]+\): Received signal 15, shutting down cleanly$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ gconfd \([._[:alnum:]-]+-[0-9]+\): Exiting$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ gconfd \([._[:alnum:]-]+-[0-9]+\): Resolved address "[^[:space:]]+" to a read-only configuration source at position [^[:space:]]+$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ gconfd \([._[:alnum:]-]+-[0-9]+\): Resolved address "[^[:space:]]+" to a writable configuration source at position [^[:space:]]+$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ gconfd \([._[:alnum:]-]+-[0-9]+\): GConf server is not in use, shutting down\.$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ gconfd \([._[:alnum:]-]+-[0-9]+\): SIGHUP received, reloading all databases$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (gconfd )?\([._[:alnum:]-]+-[0-9]+\): starting \(version [.[:alnum:]]+\), pid [0-9]+ user '[[:alnum:]-]+'$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (gconfd )?\([._[:alnum:]-]+-[0-9]+\): Received signal 15, shutting down cleanly$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (gconfd )?\([._[:alnum:]-]+-[0-9]+\): Exiting$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (gconfd )?\([._[:alnum:]-]+-[0-9]+\): Resolved address [^[:space:]]+ to a read-only configuration source at position [^[:space:]]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (gconfd )?\([._[:alnum:]-]+-[0-9]+\): Resolved address [^[:space:]]+ to a writable configuration source at position [^[:space:]]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (gconfd )?\([._[:alnum:]-]+-[0-9]+\): GConf server is not in use, shutting down\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (gconfd )?\([._[:alnum:]-]+-[0-9]+\): SIGHUP received, reloading all databases$