diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-06-30 19:27:42 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-06-30 19:27:42 +0200 |
commit | 683745628a346dd70f01c7d83c9119e14086d20d (patch) | |
tree | 8f0e82ed5fdd112ac362c24c839967ff0ea8a14b /debian/patches/0100-new_syslog_format.patch | |
parent | 0f1b45ffbd94da3d98f123e79b6d20764b1155c9 (diff) |
d/p/0100-new_syslog_format.patch: Full takeover from source
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 |