summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0100-new_syslog_format.patch2
-rw-r--r--debian/patches/series2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0100-new_syslog_format.patch b/debian/patches/0100-new_syslog_format.patch
index f3fc9a0..e094eca 100644
--- a/debian/patches/0100-new_syslog_format.patch
+++ b/debian/patches/0100-new_syslog_format.patch
@@ -72,7 +72,7 @@ Index: trunk/mailgraph.pl
+ }
+ else {
+ my($montxt);
-+ ($montxt, $day, $hour, $min, $sec, $host, $text) = $str =~ /^
++ ($mon, $day, $hour, $min, $sec, $host, $text) = $str =~ /^
+ (\S{3})\s+(\d+) # date
+ \s
+ (\d+):(\d+):(\d+) # time
diff --git a/debian/patches/series b/debian/patches/series
index 578c8c7..4bc9277 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-0100-new_syslog_format.patch
001_default-rrd-location.diff
002_script-name.diff
003_web-bug.diff
@@ -8,3 +7,4 @@
#103_postfix-long-queue-IDs.diff
#105_postscreen.diff
#110_mailgraph.cgi.patch
+0100-new_syslog_format.patch