diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2023-09-24 13:21:47 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2023-09-24 13:21:47 +0200 | 
| commit | 084c165ed4488976e4ccb7eb19791d284735c5f9 (patch) | |
| tree | 2aa4ac3f04249118e4cc93543365c87bddab2a2d | |
| parent | 0dae03bac8195c8b121b1ccedd3d8d939a18bfcb (diff) | |
typo
| -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 | 
