[Logcheck-commits] Hannes von Haugwitz: src/logcheck-test: removed useless trap signal 16
Gerfried Fuchs
alfie at alioth.debian.org
Wed May 12 00:07:02 UTC 2010
Module: logcheck
Branch: lenny-backports
Commit: 56fc8654b13000c0e3b4411367b49f3e7c241898
URL: http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=56fc8654b13000c0e3b4411367b49f3e7c241898
Author: Hannes von Haugwitz <hannes at vonhaugwitz.com>
Date: Fri Feb 19 15:36:22 2010 +0100
src/logcheck-test: removed useless trap signal 16
---
debian/changelog | 8 ++++++++
src/logcheck-test | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3e3b0ce..a3312bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+logcheck (1.3.8) UNRELEASED; urgency=low
+
+ [ Hannes von Haugwitz ]
+ * src/logcheck-test:
+ - removed useless trap signal 16
+
+ -- Hannes von Haugwitz <hannes at vonhaugwitz.com> Fri, 19 Feb 2010 15:11:51 +0100
+
logcheck (1.3.7) unstable; urgency=low
[ Hannes von Haugwitz ]
diff --git a/src/logcheck-test b/src/logcheck-test
index 82ab606..8e90745 100755
--- a/src/logcheck-test
+++ b/src/logcheck-test
@@ -29,7 +29,7 @@ RULE=
NOTQUIET=true
-trap 'cleanup; trap - 1 2 3 4 5 6 7 8 10 11 12 13 14 15 16' 1 2 3 4 5 6 7 8 10 11 12 13 14 15 16
+trap 'cleanup; trap - 1 2 3 4 5 6 7 8 10 11 12 13 14 15' 1 2 3 4 5 6 7 8 10 11 12 13 14 15
cleanup() { :; }
More information about the Logcheck-commits
mailing list