Changed pakfire logging facility to syslog and added to core12

This commit is contained in:
Christian Schmidt
2008-04-18 15:07:45 +02:00
parent 8480a8d7b7
commit c506cad0de
4 changed files with 11 additions and 8 deletions

View File

@@ -65,7 +65,8 @@ my %sections = (
'auth' => '(\w+\(pam_unix\)\[.*\]: )',
'kernel' => '(kernel: (?!DROP_))',
'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |vpnwatch: )',
'openvpn' => '(openvpnserver)\[.*\]: '
'openvpn' => '(openvpnserver)\[.*\]: ',
'pakfire' => '(pakfire:) '
);
# Translations for the %sections array.
@@ -76,13 +77,14 @@ my %trsections = (
'dhcp' => "$Lang::tr{'dhcp server'}",
'cron' => 'Cron',
'collectd' => 'Collectd',
'clamav' => 'ClamAV',
'clamav' => 'ClamAV',
'ntp' => 'NTP',
'ssh' => 'SSH',
'auth' => "$Lang::tr{'loginlogout'}",
'kernel' => "$Lang::tr{'kernel'}",
'ipsec' => 'IPSec',
'openvpn' => 'OpenVPN',
'pakfire' => 'Pakfire',
);