Projet

Général

Profil

« Précédent | Suivant » 

Révision 3c4fc30b

Ajouté par Chris Buechler il y a plus de 9 ans

get back to our standard RFC-defined capitalization of IPsec

Voir les différences:

etc/inc/ipsec.inc
39 39
	"job" => "Job Processing", "cfg" => "Configuration backend", "knl" => "Kernel Interface",
40 40
	"net" => "Networking", "asn" => "ASN encoding", "enc" => "Message encoding",
41 41
	"imc" => "Integrity checker", "imv" => "Integrity Verifier", "pts" => "Platform Trust Service",
42
	"tls" => "TLS handler", "esp" => "IPSec traffic", "lib" => "StrongSWAN Lib");
42
	"tls" => "TLS handler", "esp" => "IPsec traffic", "lib" => "StrongSWAN Lib");
43 43

  
44 44
$my_identifier_list = array(
45 45
	'myaddress' => array( 'desc' => gettext('My IP address'), 'mobile' => true ),
......
463 463
	global $config, $g, $custom_listtags;
464 464

  
465 465
	if (!file_exists("{$g['varrun_path']}/charon.xml")) {
466
		log_error("IPSec daemon seems to have issues or not running!");
466
		log_error("IPsec daemon seems to have issues or not running!");
467 467
		return;
468 468
	}
469 469

  
......
607 607
	$_gb = exec("/usr/local/sbin/ipsec stroke leases > {$g['tmp_path']}/strongswan_leases.xml");
608 608

  
609 609
	if (!file_exists("{$g['tmp_path']}/strongswan_leases.xml")) {
610
		log_error(gettext("IPSec daemon seems to have issues or not running! Could not display mobile user stats!"));
610
		log_error(gettext("IPsec daemon seems to have issues or not running! Could not display mobile user stats!"));
611 611
		return array();
612 612
	}
613 613

  

Formats disponibles : Unified diff