/[smecontribs]/rpms/smeserver-libreswan/contribs10/smeserver-libreswan-modify-identifiers.patch
ViewVC logotype

Contents of /rpms/smeserver-libreswan/contribs10/smeserver-libreswan-modify-identifiers.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Feb 22 16:03:34 2021 UTC (3 years, 2 months ago) by brianr
Branch: MAIN
CVS Tags: smeserver-libreswan-0_5-36_el7_sme, smeserver-libreswan-0_5-35_el7_sme, HEAD
Initial import

1 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
2 --- smeserver-libreswan-0.5.old/root/etc/e-smith/templates/etc/ipsec.d/ipsec.secrets/10Passwords 2017-01-26 11:30:37.126000041 +0100
3 +++ smeserver-libreswan-0.5/root/etc/e-smith/templates/etc/ipsec.d/ipsec.secrets/10Passwords 2017-01-26 11:30:48.421000041 +0100
4 @@ -74,7 +74,7 @@
5 $OUT .= "$left %any \: PSK \"$passwd\"";
6 }
7 else {
8 - $OUT .= "\@$leftid \@$rightid \: PSK \"$passwd\"";
9 + $OUT .= "$leftid $rightid \: PSK \"$passwd\"";
10 }
11 }
12
13 @@ -83,12 +83,12 @@
14 $OUT .= "%any $right\: PSK \"$passwd\"";
15 }
16 else {
17 - $OUT .= "\@$rightid \@$leftid \: PSK \"$passwd\"";
18 + $OUT .= "$leftid $rightid \: PSK \"$passwd\"";
19 }
20 }
21
22 elsif ( ( $leftid ne '' ) && ( $rightid ne '' ) ) {
23 - $OUT .= "\@$rightid \@$leftid \: PSK \"$passwd\"";
24 + $OUT .= "$leftid $rightid \: PSK \"$passwd\"";
25 }
26
27 else {

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed