Hi,
Version 1.1.12 has a compilation error regarding yydebug. Simply uncomment
the line 159 in cfgfile.c:
if ((cfg = fopen(name, "r")) != NULL) {
yyin = cfg;
/* yydebug = 1; */ <-- this line
res = yyparse();
fclose(cfg);
if (!res) {
--
Bazsi
PGP key: http://www.balabit.hu/pgpkey.txt, or finger bazsi(a)balabit.hu
Hi,
I have released $SUBJ containing yet another bunch of fixes. It should
really be stable by now, though not all features are there.
I have added some preliminary man pages, and some documentation. Please tell
me any grammatical mistakes, spelling errors.
--
Bazsi
PGP key: http://www.balabit.hu/pgpkey.txt, or finger bazsi(a)balabit.hu
Hi,
Some bugs were introduced in the previous portability fixes in 1.1.10, so
here is version 1.1.11, which fixes them. Also if an internal log source was
not specified a segmentation fault occured.
The previous libol 0.1.8 release will do, so you don't need to upgrade that.
--
Bazsi
PGP key: http://www.balabit.hu/pgpkey.txt, or finger bazsi(a)balabit.hu
Hi,
I don't know if you are on the syslog-ng mailing lists, that's why I am CC
there too.
> If you like a hand rewritting the man pages for syslog-ng i'd be
> glad to help. Only thing I would need is the syntax for the pages, i'm
> afriad i'm not a programmer and i'm a bit new to syslog-ng but I have a
> tendency to learn quick
So if you still have some time to write some of syslog-ng man pages, please
do so. I am going to write a short introduction to syslog-ng configuration
file format.
--
Bazsi
PGP key: http://www.balabit.hu/pgpkey.txt, or finger bazsi(a)balabit.hu