summaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng/files/patch-cfg-lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/syslog-ng/files/patch-cfg-lex.l')
-rw-r--r--sysutils/syslog-ng/files/patch-cfg-lex.l11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/syslog-ng/files/patch-cfg-lex.l b/sysutils/syslog-ng/files/patch-cfg-lex.l
new file mode 100644
index 000000000000..d711d347c238
--- /dev/null
+++ b/sysutils/syslog-ng/files/patch-cfg-lex.l
@@ -0,0 +1,11 @@
+--- src/cfg-lex.l.orig Wed Mar 5 13:14:04 2003
++++ src/cfg-lex.l Wed Mar 5 13:14:13 2003
+@@ -80,7 +80,7 @@
+ { "dir_owner", KW_DIR_OWNER },
+ { "dir_group", KW_DIR_GROUP },
+ { "dir_perm", KW_DIR_PERM },
+- { "template", KW_FILE_TEMPLATE },
++/* { "template", KW_FILE_TEMPLATE },*/
+ { "template-escape", KW_TEMPLATE_ESCAPE },
+ { "template_escape", KW_TEMPLATE_ESCAPE },
+ { "keep-alive", KW_KEEP_ALIVE },