mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
WUI log-section Mail: bugfix for dma
The prefix for dmi in /var/log/mail seems to have changed from "dma[<PID>]: " to "dma: ". This results in a bug where no lines are being shown at all in the WUI. Signed-off-by: Alex Koch <ipfire@starkstromkonsument.de> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
81d5af569b
commit
2da785f90b
@@ -57,7 +57,7 @@ my %sections = (
|
||||
'cron' => '(fcron\[.*\]: )',
|
||||
'ddns' => '(ddns\[\d+\]:)',
|
||||
'dhcp' => '(dhcpd: )',
|
||||
'dma' => '(dma\[.*\]: )',
|
||||
'dma' => '(dma: |dma\[.*\]: )',
|
||||
'guardian' => '(guardian\[.*\]: )',
|
||||
'ipfire' => '(ipfire: )',
|
||||
'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |charon: |vpnwatch: )',
|
||||
|
||||
Reference in New Issue
Block a user