Merge commit 'origin/master' into next

Conflicts:
	make.sh
This commit is contained in:
Arne Fitzenreiter
2011-10-02 21:17:10 +02:00
9 changed files with 95 additions and 38 deletions

View File

@@ -61,7 +61,7 @@ my %sections = (
'auth' => '(\w+\(pam_unix\)\[.*\]: )',
'kernel' => '(kernel: (?!DROP_))',
'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |charon: |vpnwatch: )',
'openvpn' => '(openvpnserver)\[.*\]: ',
'openvpn' => '(openvpnserver\[.*\]: |.*n2n\[.*\]: )',
'pakfire' => '(pakfire:) ',
'wireless' => '(hostapd:|kernel: ath.*:|kernel: wifi[0-9]:) '
);