summaryrefslogtreecommitdiff
path: root/debian/patches/0100-new_syslog_format.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-09-24 11:50:25 +0200
committerJörg Frings-Fürst <debian@jff.email>2023-09-24 11:50:25 +0200
commit0dae03bac8195c8b121b1ccedd3d8d939a18bfcb (patch)
tree0a0d6cbe4758af6c23c5264c36916db41c50f651 /debian/patches/0100-new_syslog_format.patch
parentb438a2a51e701c1e7408563c246127b6f401b0df (diff)
switch to /usr/lib/cgi-bin
Diffstat (limited to 'debian/patches/0100-new_syslog_format.patch')
-rw-r--r--debian/patches/0100-new_syslog_format.patch10
1 files changed, 9 insertions, 1 deletions
diff --git a/debian/patches/0100-new_syslog_format.patch b/debian/patches/0100-new_syslog_format.patch
index 5cc7edc..b041ecd 100644
--- a/debian/patches/0100-new_syslog_format.patch
+++ b/debian/patches/0100-new_syslog_format.patch
@@ -1,3 +1,11 @@
+Description: Add new syslog format
+Author: M.D. Klapwijk
+Origin: https://gist.github.com/mdklapwijk/4f8d2fc39f09f4aa615cbf8ffae0379a
+Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051496
+Forwarded: not-needed
+Last-Update: 2023-09-23
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/mailgraph.pl
===================================================================
--- trunk.orig/mailgraph.pl
@@ -64,7 +72,7 @@ Index: trunk/mailgraph.pl
+ }
+ else {
+ my($montxt);
-+ ($mon, $day, $hour, $min, $sec, $host, $text) = $str =~ /^
++ ($montex, $day, $hour, $min, $sec, $host, $text) = $str =~ /^
+ (\S{3})\s+(\d+) # date
+ \s
+ (\d+):(\d+):(\d+) # time