Hi, Thanks for the fix, I've committed and push it to my git repository. commit 8e484f873046bff64cbfc43f3170d9e5920fd1d0 Author: Balazs Scheidler <bazsi@balabit.hu> Date: Tue Apr 7 12:52:41 2009 +0200 [cygwin packaging] fixed version information in the generated config file Problem reported and patch submitted by Corinna Vinschen. Reported-By: Corinna Vinschen On Wed, 2009-04-01 at 15:21 +0200, Corinna Vinschen wrote:
Ping?
On Mar 25 17:09, Corinna Vinschen wrote:
Hi,
The Cygwin service installer script creates a version entry without a colon, which leads to warnings. The below patch fixes that. Please apply.
Thanks, Corinna
--- contrib/cygwin-packaging/syslog-ng-config.ORIG 2009-03-25 17:08:34.000000000 +0100 +++ contrib/cygwin-packaging/syslog-ng-config 2009-03-19 19:21:34.000000000 +0100 @@ -205,7 +205,7 @@ if [ ! -f "${SYSCONFDIR}/syslog-ng.conf" then echo "Creating default ${SYSCONFDIR}/syslog-ng.conf file" cat > ${SYSCONFDIR}/syslog-ng.conf << EOF -@version 3.0 +@version: 3.0 options { keep_hostname(yes); owner("system");
______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.campin.net/syslog-ng/faq.html
-- Bazsi