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:
Matthias Fischer
2016-07-19 20:17:11 +02:00
committed by Stefan Schantl
parent a11aaa91b3
commit 5cbfa0140c

View File

@@ -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'}"
);