Re: [Openvpn-devel] [PATCH] Make openvpn --version exit with exit code 0

2020-07-07 Thread Antonio Quartulli
Hi, On 07/07/2020 16:26, Steffan Karger wrote: > For some reason, openvpn --version has since the beginning of time > returned exit code 1. A quick sample among common unix utilities confirms > that the rest of the world agrees with me that 0 makes more sense. Let's > make openvpn --version exit w

[Openvpn-devel] [PATCH] Make openvpn --version exit with exit code 0

2020-07-07 Thread Steffan Karger
For some reason, openvpn --version has since the beginning of time returned exit code 1. A quick sample among common unix utilities confirms that the rest of the world agrees with me that 0 makes more sense. Let's make openvpn --version exit with exit code 0 too. Signed-off-by: Steffan Karger ---