From 70e8a248c7d446655965f8e12868ed0c1e3c167c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 15 Jul 2012 21:04:05 +0200 Subject: [PATCH] strongswan: Fix running check in services.cgi. Pluto does not exist anymore. Check for charon. --- html/cgi-bin/services.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/services.cgi b/html/cgi-bin/services.cgi index 55740cf26d..58d0a1dbcf 100644 --- a/html/cgi-bin/services.cgi +++ b/html/cgi-bin/services.cgi @@ -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' ); -- 2.39.5