[syslog-ng] [PATCH] Cygwin: missing colon in default syslog-ng.conf

Corinna Vinschen vinschen at redhat.com
Wed Mar 25 17:09:50 CET 2009


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
- at version 3.0
+ at version: 3.0
 options {
   keep_hostname(yes);
   owner("system");


-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat


More information about the syslog-ng mailing list