diff options
author | Michael Biebl <biebl@debian.org> | 2012-10-23 00:53:27 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2012-10-23 00:53:27 +0200 |
commit | 30d3515e017ba4b2d74c55c2ad7b897b8a9eb020 (patch) | |
tree | 4a4a004202652e61d4c9a7dd3f8597321377856c /plugins/omruleset | |
parent | 9e3cfcd680648a9905180bcc01b1d61522c5666f (diff) | |
download | rsyslog-30d3515e017ba4b2d74c55c2ad7b897b8a9eb020.tar.gz |
Imported Upstream version 7.2.0upstream/7.2.0
Diffstat (limited to 'plugins/omruleset')
-rw-r--r-- | plugins/omruleset/omruleset.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/omruleset/omruleset.c b/plugins/omruleset/omruleset.c index 6c770c9..d1d6eb0 100644 --- a/plugins/omruleset/omruleset.c +++ b/plugins/omruleset/omruleset.c @@ -165,8 +165,12 @@ CODE_STD_STRING_REQUESTparseSelectorAct(1) p += sizeof(":omruleset:") - 1; /* eat indicator sequence (-1 because of '\0'!) */ CHKiRet(createInstance(&pData)); + /* re-enable in v7.3: requires action list to support + * action-like statements, something that is too late to + * do in 7.1. errmsg.LogError(0, RS_RET_DEPRECATED, "warning: omruleset is deprecated, consider " "using the 'call' statement instead"); + */ /* check if a non-standard template is to be applied */ if(*(p-1) == ';') |