* QoS ist funktionsfig (hoffentlich).
  * "Aktualisieren" aus Log entfernt.
  * In der header.pl aufgeraeumt.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@255 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-08-23 19:19:22 +00:00
parent 957fb958c6
commit a7fb5630d1
12 changed files with 982 additions and 37 deletions

View File

@@ -59,8 +59,7 @@ my %sections = (
'kernel' => '(kernel)',
'ipsec' => '(ipsec_[\w_]+|pluto\[.*\])',
'snort' => '(snort)',
'openvpn' => '(openvpnserver)\[.*\]',
'installpackage' => '(installpackage\[.*\])'
'openvpn' => '(openvpnserver)\[.*\]'
);
# Translations for the %sections array.
@@ -76,8 +75,7 @@ my %trsections = (
'kernel' => "$Lang::tr{'kernel'}",
'ipsec' => 'IPSec',
'openvpn' => 'OpenVPN',
'snort' => 'Snort',
'installpackage' => "$Lang::tr{'update transcript'}"
'snort' => 'Snort'
);