On Sep 28 16:46, Julio Costa wrote: > Hi, > > On Thu, Mar 19, 2009 at 17:36, Julio Emanuel <> wrote: > > Hi Corinna (I think this is with you), > > > > I've been struggling with a small (but deadly) problem in the current > > syslog-ng package: > > ~ $ cygcheck -c syslog-ng > > Cygwin Package Information > > Package Version Status > > syslog-ng 3.0.1-1 OK > > > > The service could not be started after running syslog-ng-config, > > complaining like this: "Improperly formatted configuration pragma, > > colon expected; line='@version 3.0\x0a'". > > This still happens :( > > ... and that's normal, because there were no new syslog releases since! :) > > The patch (in correct order this time): > > ~ $ diff -u /usr/bin/syslog-ng-config.old /usr/bin/syslog-ng-config > --- /usr/bin/syslog-ng-config.old 2009-09-28 16:15:27.367887300 +0100 > +++ /usr/bin/syslog-ng-config 2009-09-28 16:15:50.197327200 +0100 > @@ -205,7 +205,7 @@ > 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"); > > Could we have a 3.0.1-2, please?
Done. Thanks for the reminder. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple