Re: [Openvpn-devel] [PATCH 1/2] Make use of $TMPDIR on non-Windows

2011-04-08 Thread Gert Doering
Hi, On Fri, Apr 08, 2011 at 01:40:04PM +0200, David Sommerseth wrote: > According to the Single Unix Specification (SuS) [1] the $TMPDIR environment > variable may define another temporary directory than the standard /tmp > directory. As it is considered safe to assume /tmp will always exist, rem

[Openvpn-devel] [PATCH 1/2] Make use of $TMPDIR on non-Windows

2011-04-08 Thread David Sommerseth
According to the Single Unix Specification (SuS) [1] the $TMPDIR environment variable may define another temporary directory than the standard /tmp directory. As it is considered safe to assume /tmp will always exist, remove the possibility to change this at compile time. With this path the tempo