diff -ruN smeserver-libreswan-0.5.old/root/etc/e-smith/templates/etc/ipsec.d/ipsec.secrets/10Passwords smeserver-libreswan-0.5/root/etc/e-smith/templates/etc/ipsec.d/ipsec.secrets/10Passwords --- smeserver-libreswan-0.5.old/root/etc/e-smith/templates/etc/ipsec.d/ipsec.secrets/10Passwords 2017-01-26 11:30:37.126000041 +0100 +++ smeserver-libreswan-0.5/root/etc/e-smith/templates/etc/ipsec.d/ipsec.secrets/10Passwords 2017-01-26 11:30:48.421000041 +0100 @@ -74,7 +74,7 @@ $OUT .= "$left %any \: PSK \"$passwd\""; } else { - $OUT .= "\@$leftid \@$rightid \: PSK \"$passwd\""; + $OUT .= "$leftid $rightid \: PSK \"$passwd\""; } } @@ -83,12 +83,12 @@ $OUT .= "%any $right\: PSK \"$passwd\""; } else { - $OUT .= "\@$rightid \@$leftid \: PSK \"$passwd\""; + $OUT .= "$leftid $rightid \: PSK \"$passwd\""; } } elsif ( ( $leftid ne '' ) && ( $rightid ne '' ) ) { - $OUT .= "\@$rightid \@$leftid \: PSK \"$passwd\""; + $OUT .= "$leftid $rightid \: PSK \"$passwd\""; } else {