diff options
Diffstat (limited to 'debian/patches/0100-new_syslog_format.patch')
-rw-r--r-- | debian/patches/0100-new_syslog_format.patch | 4 |
1 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 b041ecd..5344f07 100644 --- a/debian/patches/0100-new_syslog_format.patch +++ b/debian/patches/0100-new_syslog_format.patch @@ -71,8 +71,8 @@ Index: trunk/mailgraph.pl + $self->{year}=$year; + } + else { -+ my($montxt); -+ ($montex, $day, $hour, $min, $sec, $host, $text) = $str =~ /^ ++ my($montxt, $mon); ++ ($montxt, $day, $hour, $min, $sec, $host, $text) = $str =~ /^ + (\S{3})\s+(\d+) # date + \s + (\d+):(\d+):(\d+) # time |