mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 13:02:58 +02:00
log.dat: Added entry for 'guardian'
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
committed by
Stefan Schantl
parent
a11aaa91b3
commit
5cbfa0140c
@@ -67,7 +67,8 @@ my %sections = (
|
||||
'pakfire' => '(pakfire:) ',
|
||||
'wireless' => '(hostapd:|kernel: ath.*:|kernel: wifi[0-9]:) ',
|
||||
'squid' => '(squid\[.*\]: |squid: )',
|
||||
'snort' => '(snort\[.*\]: )'
|
||||
'snort' => '(snort\[.*\]: )',
|
||||
'guardian' => '(guardian\[.*\]: )'
|
||||
);
|
||||
|
||||
# Translations for the %sections array.
|
||||
@@ -90,7 +91,8 @@ my %trsections = (
|
||||
'pakfire' => 'Pakfire',
|
||||
'wireless' => 'Wireless',
|
||||
'squid' => "$Lang::tr{'web proxy'}",
|
||||
'snort' => "$Lang::tr{'intrusion detection'}"
|
||||
'snort' => "$Lang::tr{'intrusion detection'}",
|
||||
'guardian' => "$Lang::tr{'guardian'}"
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user