From: Jose Luis Duran Date: Sat, 9 Dec 2023 18:42:27 +0000 (+0000) Subject: ipsec: strongSwan is not exclusive to Linux kernels X-Git-Tag: android-2.5.0~24^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=454069e0946c7414d673407cc071b2503da9ce3f;p=thirdparty%2Fstrongswan.git ipsec: strongSwan is not exclusive to Linux kernels The project is now called "the strongSwan project" rather than "Linux strongSwan" to better reflect this. --- diff --git a/src/charon/charon.c b/src/charon/charon.c index cd480b525f..bc4bed9c4b 100644 --- a/src/charon/charon.c +++ b/src/charon/charon.c @@ -376,7 +376,7 @@ int main(int argc, char *argv[]) status = 0; goto deinit; case 'v': - printf("Linux strongSwan %s\n", VERSION); + printf("strongSwan %s\n", VERSION); status = 0; goto deinit; case 'l': diff --git a/src/ipsec/_ipsec.8.in b/src/ipsec/_ipsec.8.in index de00d30756..78067b748f 100644 --- a/src/ipsec/_ipsec.8.in +++ b/src/ipsec/_ipsec.8.in @@ -277,15 +277,15 @@ command. .TP .B "\-\-version" returns the version in the form of -.B Linux strongSwan U/K -if strongSwan uses the native NETKEY IPsec stack of the Linux kernel it is +.B strongSwan U/K +if strongSwan uses the native NETKEY IPsec stack of the kernel it is running on. . .TP .B "\-\-versioncode" returns the version number in the form of -.B U/K -if strongSwan uses the native NETKEY IPsec stack of the Linux kernel it is +.B U/K +if strongSwan uses the native NETKEY IPsec stack of the kernel it is running on. . .TP