Hi, that patch is not suitable for inclusion as that would break support for other platforms. I've committed this instead: commit 13abb05aeeab5e56f73cf83352d0b83df6597faa Author: Balazs Scheidler <bazsi@balabit.hu> Date: Mon Oct 31 17:06:14 2011 +0100 detect if "environ" variable is present MacOSX doesn't have an "environ" global, compile the setproctitle code conditionally. We could use _NSGetEnviron(), but the whole point of setting the proctitle is not that important, and I'm not completely sure that it actually works. Changing the process title involves a lot of possibly unportable magic. Reported-By: Peter Czanik <czanik@balabit.hu> Signed-off-by: Balazs Scheidler <bazsi@balabit.hu> On Mon, 2011-10-31 at 09:40 +0100, Peter Czanik wrote:
On 10/22/2011 08:10 AM, Balazs Scheidler wrote:
Hi,
I wanted to publish a last maintenance release from the 3.2 branch before moving on to work on 3.4.
I've backported the relevant patches, tests have ran (both on my development computer and a separate build environment), but I'd like to ask anyone running 3.2.x to test it in more production-like environments. To compile on OS X, one patch should be added, which is available at the bottom of this homebrew script: https://raw.github.com/mxcl/homebrew/master/Library/Formula/syslog-ng.rb Bye,
-- Bazsi