[Logcheck-commits] Hannes von Haugwitz: ignore.d.server/cron-apt: ignore disk space freed message (closes: #557087)

Gerfried Fuchs alfie at alioth.debian.org
Mon Feb 8 17:44:22 UTC 2010


Module: logcheck
Branch: lenny-backports
Commit: 6b2c8f2a5bfe983934ea98bb4edb02aeed3bb4c7
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=6b2c8f2a5bfe983934ea98bb4edb02aeed3bb4c7

Author: Hannes von Haugwitz <hannes at vonhaugwitz.com>
Date:   Sun Dec 13 09:59:51 2009 +0100

ignore.d.server/cron-apt: ignore disk space freed message (closes: #557087)

---

 debian/changelog                         |    3 +++
 rulefiles/linux/ignore.d.server/cron-apt |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ad938cb..86adcb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 logcheck (1.3.5) UNRELEASED; urgency=low
 
   [ Hannes von Haugwitz ]
+  * ignore.d.server/cron-apt
+    - ignore disk space freed message, thanks to Tim Small (closes: #557087)
+    - tiny regex code change
   * Deleting obsolete conffiles in logcheck-database.preinst
     - ignore.d.server/oidentd, also in oidentd (closes: #544686, #560428)
   * ignore.d.server/dhclient
diff --git a/rulefiles/linux/ignore.d.server/cron-apt b/rulefiles/linux/ignore.d.server/cron-apt
index 90b55e3..c3a2b9f 100644
--- a/rulefiles/linux/ignore.d.server/cron-apt
+++ b/rulefiles/linux/ignore.d.server/cron-apt
@@ -1,5 +1,5 @@
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cron-apt: E: Some index files failed to download, they have been ignored, or old ones used instead\.$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: After this operation, [.[:digit:]]+[kMGTPEZY]?B of additional disk space will be used\.$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: E: Some index files failed to download, they have been ignored, or old ones used instead\.$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: After this operation, [.[:digit:]]+[kMGTPEZY]?B (of additional disk space will be used|disk space will be freed)\.$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: After unpacking [[:digit:].]+([kMGTPEZY]?B) (of additional disk space will be used|disk space will be freed)\.$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: Building [dD]ependency [tT]ree\.\.\.$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: CRON-APT ACTION: (0-update|3-download)$




More information about the Logcheck-commits mailing list