Re: [Openvpn-devel] [PATCH] Add management command to reopen log file.

2014-01-12 Thread David Sommerseth
On 11/01/14 20:59, Gert Doering wrote: Hi, On Sat, Jan 11, 2014 at 04:53:35PM +0100, Gabriel Corona wrote: Useful for better logrotate integration without going the syslog path. Triggered by the "reopen-log" management command. NAK, the way it is written. It is introducing *18* additional #

Re: [Openvpn-devel] [PATCH] Add management command to reopen log file.

2014-01-11 Thread Gert Doering
Hi, On Sat, Jan 11, 2014 at 04:53:35PM +0100, Gabriel Corona wrote: > Useful for better logrotate integration without going the syslog path. > Triggered by the "reopen-log" management command. NAK, the way it is written. It is introducing *18* additional #ifdefs, and we have already way too man

[Openvpn-devel] [PATCH] Add management command to reopen log file.

2014-01-11 Thread Gabriel Corona
Useful for better logrotate integration without going the syslog path. Triggered by the "reopen-log" management command. --- configure.ac | 8 src/openvpn/error.c | 14 ++ src/openvpn/init.c| 7 +++ src/openvpn/manage.c | 35 ++