[Openvpn-devel] PATCH: syslog while not running as a daemon

2005-07-17 Thread Rolf Fokkens
Hi! When not running as a daemon (--daemon option), OpenVPN writes all output to stderr. When OpenVPN isn't run interactively, but it actually isn't run with the --daemon option as well, it's rather inconvenient that syslog isn't used. This is primarily an issue for the development of a VPN a

Re: [Openvpn-devel] PATCH: syslog while not running as a daemon

2005-07-17 Thread James Yonan
Rolf, A patch very similar to this one was already added in 2.0.1-rc1: --- options.c 2005-01-26 13:17:32.851107832 -0600 +++ openvpn-2.0_rc10/options.c 2005-02-02 12:26:04.678006080 -0600 @@ -2813,6 +2813,13 @@ VERIFY_PERMISSION (OPT_P_GENERAL); options->up_restart = true; }

Re: [Openvpn-devel] PATCH: syslog while not running as a daemon

2005-07-17 Thread Rolf Fokkens
James Yonan wrote: Rolf, A patch very similar to this one was already added in 2.0.1-rc1: Thanks, then I'll wait for 2.0.1 to become final.