strongswan: Fix running check in services.cgi.

Pluto does not exist anymore. Check for charon.
This commit is contained in:
Michael Tremer
2012-07-15 21:04:05 +02:00
parent b871af81ed
commit 70e8a248c7

View File

@@ -54,7 +54,7 @@ my %servicenames =(
$Lang::tr{'kernel logging server'} => 'klogd',
$Lang::tr{'ntp server'} => 'ntpd',
$Lang::tr{'secure shell server'} => 'sshd',
$Lang::tr{'vpn'} => 'pluto',
$Lang::tr{'vpn'} => 'charon',
$Lang::tr{'web proxy'} => 'squid',
'OpenVPN' => 'openvpn'
);