diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-11-13 13:40:14 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-11-13 13:40:14 +0100 |
commit | b45478c1f9b58d4b031d31de6abc4743707e3a17 (patch) | |
tree | e24bbe0276374f5122738e553944638f599cb5c4 /debian/patches/0100-new_syslog_format.patch | |
parent | d27baab88a8a13bfb5932b410d581eddba0378a9 (diff) | |
parent | cb12394d9cb9e4a7aa2320f1c27bc60c34757ec7 (diff) |
Merge branch 'release/debian/1.14-22'debian/1.14-22
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 |