diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2016-09-08 19:46:40 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-09-21 12:14:32 +0200 |
commit | fbbc0f0c766ce42c3f2b487e2154603ee5b7e007 (patch) | |
tree | 35d2b1bff79c4e2c0af74caae2eda6b8075e51fd /community/syslog-summary/01-fix_Shebang.patch | |
parent | febfba2695645c8b0c49f23e9ea59aac5bf405e9 (diff) | |
download | aports-fbbc0f0c766ce42c3f2b487e2154603ee5b7e007.tar.bz2 aports-fbbc0f0c766ce42c3f2b487e2154603ee5b7e007.tar.xz |
community/syslog-summary: new aport
https://github.com/dpaleino/syslog-summary
Summarize the contents of a syslog log file / useful with logcheck
Patched to support:
- new thread safe version of python-magic
- socklog
Diffstat (limited to 'community/syslog-summary/01-fix_Shebang.patch')
-rw-r--r-- | community/syslog-summary/01-fix_Shebang.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/community/syslog-summary/01-fix_Shebang.patch b/community/syslog-summary/01-fix_Shebang.patch new file mode 100644 index 0000000000..a14da53c07 --- /dev/null +++ b/community/syslog-summary/01-fix_Shebang.patch @@ -0,0 +1,17 @@ +From: David Paleino <dapal@debian.org> +Subject: don't hardcode python2.5 +Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588524 + +--- + syslog-summary | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- syslog-summary.orig/syslog-summary ++++ syslog-summary/syslog-summary +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python2.5 ++#!/usr/bin/python + # -*- coding: utf-8 -*- + + # Copyright © 2008-2009, David Paleino <d.paleino@gmail.com> + |