diff options
Diffstat (limited to 'debian/patches/0100-new_syslog_format.patch')
-rw-r--r-- | debian/patches/0100-new_syslog_format.patch | 2 |
1 files changed, 1 insertions, 1 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 |