Resurrect template() option on file() removed in precedence commit.
PR: ports/50346 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Approved by: Vince Valenti <vince@blue-box.net> (maintainer)
This commit is contained in:
parent
6f04022353
commit
ecc3c9bee6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77544
4 changed files with 22 additions and 22 deletions
11
sysutils/syslog-ng/files/patch-cfg-grammer.h
Normal file
11
sysutils/syslog-ng/files/patch-cfg-grammer.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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
|
|
@ -1,11 +0,0 @@
|
|||
--- 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 },
|
11
sysutils/syslog-ng1/files/patch-cfg-grammer.h
Normal file
11
sysutils/syslog-ng1/files/patch-cfg-grammer.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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
|
|
@ -1,11 +0,0 @@
|
|||
--- 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 },
|
Loading…
Reference in a new issue