1 Apr
2009
1 Apr
'09
2:21 p.m.
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");