Re: [Openvpn-devel] [PATCH for gui] Do not disconnect on suspend by default

2015-11-09 Thread Selva Nair
Hi, >> Requires the installer to update the registry during an upgrade of exisitng >> installations, or notify the end user of the change in the default value of >> disconnect_on_suspend (0). > > What does this patch *do*? Is this the "set up registry key on first > start" part (so we set the def

Re: [Openvpn-devel] [PATCH for gui] Do not disconnect on suspend by default

2015-11-09 Thread Gert Doering
Hi, On Mon, Nov 09, 2015 at 03:35:23PM -0500, Selva Nair wrote: > With commit ea66a2b5c.. openvpn restarts instead of terminate on suspend. > This conflicts with the stop/restart logic in the gui during windows power > state change events. Here we change the default behaviour so that SIGTERM > is

[Openvpn-devel] [PATCH for gui] Do not disconnect on suspend by default

2015-11-09 Thread Selva Nair
With commit ea66a2b5c.. openvpn restarts instead of terminate on suspend. This conflicts with the stop/restart logic in the gui during windows power state change events. Here we change the default behaviour so that SIGTERM is not triggered during windows suspend. Requires the installer to update t