[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, debian, updated. upstream/2.0.dfsg1-67-g32d53a1

Russ Allbery rra at debian.org
Mon Aug 4 03:37:43 UTC 2008


The following commit has been merged in the debian branch:
commit 32d53a14c5ef095c2ae21401baf522254150f20d
Author: Russ Allbery <rra at debian.org>
Date:   Sun Aug 3 20:36:59 2008 -0700

    Add initial logcheck rules for libapache2-mod-shib2
    
    Add logcheck rules to ignore some of the routine messages from the Apache
    module.  This only covers startup and teardown; more will need to be
    added.

diff --git a/debian/changelog b/debian/changelog
index 38a8863..85e66d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
 shibboleth-sp2 (2.0.dfsg1-3) unstable; urgency=low
 
+  [ Ferenc Wagner ]
   * Avoid brace expansion in debian/rules, dash does not like it.
     (Closes: #493408)
 
+  [ Russ Allbery ]
+  * Add logcheck rules to ignore some of the routine messages from the
+    Apache module.  This only covers startup and teardown; more will
+    need to be added.
+
  -- Ferenc Wagner <wferi at niif.hu>  Sat, 02 Aug 2008 21:47:08 +0200
 
 shibboleth-sp2 (2.0.dfsg1-2) unstable; urgency=low
diff --git a/debian/libapache2-mod-shib2.ignore.server b/debian/libapache2-mod-shib2.ignore.server
new file mode 100644
index 0000000..d103748
--- /dev/null
+++ b/debian/libapache2-mod-shib2.ignore.server
@@ -0,0 +1,7 @@
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth\.Config : shibboleth [0-9.]+ library (shutting down|shutdown complete)$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth.SessionCache : cleanup thread exiting$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO XMLTooling.XMLToolingConfig : xmltooling [0-9.]+ library shutdown complete$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth\.Config : building ListenerService of type UnixListener\.\.\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth\.Config : building RequestMapper of type Native\.\.\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth\.Config : building SessionCache of type StorageService\.\.\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ shibboleth-sp: [0-9]+ INFO Shibboleth\.SessionCache : cleanup thread started\.\.\.run every [0-9]+ secs; timeout after [0-9]+ secs$

-- 
Debian packaging for the 2.0 Apache Shibboleth SP



More information about the Pkg-shibboleth-devel mailing list