[syslog-ng] [PATCH] Cygwin: missing colon in default syslog-ng.conf
Corinna Vinschen
vinschen at redhat.com
Wed Apr 1 15:21:32 CEST 2009
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
> - at version 3.0
> + at version: 3.0
> options {
> keep_hostname(yes);
> owner("system");
>
More information about the syslog-ng
mailing list