mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
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
18 lines
445 B
Diff
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>
|
|
|