[syslog-ng]Template configuration problem
Jan-Peter Koopmann
syslog-ng@lists.balabit.hu
Tue, 1 Apr 2003 20:51:53 +0200
Hi John,
thanks for the hint.
> template option. Make sure that you do NOT have the file=20
> patch-cfg-lex.l in your files directory under the syslog-ng=20
I don't.
> port tree. Instead you should see patch-cfg-grammer.h (and a=20
> couple of other valid patches)
I do. It reads
--- src/cfg-grammar.h.orig Thu Mar 27 22:41:34 2003
+++ src/cfg-grammar.h Thu Mar 27 22:41:47 2003
@@ -53,7 +53,7 @@
# define KW_DIR_OWNER 296
# define KW_DIR_GROUP 297
# define KW_DIR_PERM 298
-# define KW_TEMPLATE 299
+# define KW_FILE_TEMPLATE 299
# define KW_TEMPLATE_ESCAPE 300
# define KW_OWNER 301
# define KW_GROUP 302
So this should be ok. Still doesn't work though.
Regards,
JP