aports/community/syslog-summary/01-fix_Shebang.patch
Stuart Cardall fbbc0f0c76 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
2016-09-21 12:14:32 +02:00

18 lines
445 B
Diff

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>