Hi, I've forward ported some bugfixes from syslog-ng OSE 2.1 to 2.0. I've tried to backport only the critical and less intrusive ones. The changes are below: Balazs Scheidler (10): backported apphook framework as it is needed for a Solaris specific change Fixed door initialization on Solaris fixed possible segfault for non-existing optional source files Added Solaris 10 specific svc manager files fixed solaris packaging. Binary statically linked on Solaris 8/9, dynamically on 10. ported to FreeBSD fixed compilation problem on AIX 5.2 fixed compilation issue on freebsd, include stat.h in misc.c Fixed svc method script permissions and added an export to LD_LIBRARY_PATH added LD_LIBRARY_PATH to the svc manager method script The most problematic change is the apphook backport to fix Solaris door initialization, and any possible problems that would result in the portability fixes. You can get the latest release via git (git.balabit.hu) or by fetching tomorrow's snapshot. -- Bazsi