Re: [Openvpn-devel] [PATCH] Repair --inetd

2020-07-24 Thread Arne Schwabe
Am 24.07.20 um 20:13 schrieb Gert Doering: > commit 25a422cc60 deprecated --inetd, which is still something we want. > > Unlike all "usual" deprecated option warnings, we cannot print this at > option parsing time, because we need logging to be set up first - otherwise > the deprecation warning is

[Openvpn-devel] [PATCH] Repair --inetd

2020-07-24 Thread Gert Doering
commit 25a422cc60 deprecated --inetd, which is still something we want. Unlike all "usual" deprecated option warnings, we cannot print this at option parsing time, because we need logging to be set up first - otherwise the deprecation warning is sent via the socket (on stdin/stdout) towards the co