[Logcheck-commits] Hannes von Haugwitz: s/logcheck: added numeric timezone info to subject

Hannes von Haugwitz hvh-guest at alioth.debian.org
Thu Feb 17 06:22:50 UTC 2011


Module: logcheck
Branch: master
Commit: 0754620251510fc09d99ff12b45885bf137ce6a0
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=0754620251510fc09d99ff12b45885bf137ce6a0

Author: Hannes von Haugwitz <hannes at vonhaugwitz.com>
Date:   Thu Feb 17 06:48:14 2011 +0100

s/logcheck: added numeric timezone info to subject

---

 debian/changelog |    6 +++++-
 src/logcheck     |    6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a97fa48..998be4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,7 +13,11 @@ logcheck (1.3.14) unstable; urgency=low
   * ignore.d.server/postfix:
     - ignore (temporary) rejects messages when the sender domain is not found
 
- -- Hanspeter Kunz <hkunz at ifi.uzh.ch>  Wed, 12 Jan 2011 10:10:24 +0100
+  [ Hannes von Haugwitz ]
+  * src/logcheck:
+    - added numeric timezone information to subject line
+
+ -- Hannes von Haugwitz <hannes at vonhaugwitz.com>  Thu, 17 Feb 2011 06:43:37 +0100
 
 logcheck (1.3.13) unstable; urgency=low
 
diff --git a/src/logcheck b/src/logcheck
index 6cfd0f7..db618eb 100755
--- a/src/logcheck
+++ b/src/logcheck
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (C) 2004-2010 Debian Logcheck Team
+# Copyright (C) 2004-2011 Debian Logcheck Team
 #                         <logcheck-devel at alioth.lists.debian.org>
 # Copyright (C) 2002,2003 Jonathan Middleton <jjm at ixtab.org.uk>
 # Copyright (C) 1999-2002 Rene Mayrhofer <rmayr at debian.org>
@@ -50,8 +50,8 @@ ATTACK=0
 GETOPTS="c:dhH:l:L:m:opr:RsS:tTuvw"
 
 # Get the details for the email message
-DATE="$(date +'%Y-%m-%d %H:%M')"
-VERSION="1.3.7"
+DATE="$(date +'%Y-%m-%d %H:%M %z')"
+VERSION="1.3.14"
 
 # Set the default report level
 REPORTLEVEL="server"




More information about the Logcheck-commits mailing list