From fa5c1371db8669043c30f402d9a096e7036a8dcd Mon Sep 17 00:00:00 2001
From: Rainer Gerhards
Please visit the rsyslog sponsor's page to honor the project sponsors or become one yourself! We are very grateful for any help towards the project goals.
-This documentation is for version 6.3.2 (devel branch) of rsyslog. +
This documentation is for version 6.3.3 (devel branch) of rsyslog. Visit the rsyslog status page to obtain current version information and project status.
If you like rsyslog, you might diff --git a/doc/v6compatibility.html b/doc/v6compatibility.html index e67efff3..67f7f0d8 100644 --- a/doc/v6compatibility.html +++ b/doc/v6compatibility.html @@ -52,6 +52,10 @@ all legacy config files. However, we may have failed in one case or another. So experience problems during config processing, chances are there may be a problem on the rsyslog side. In that case, please let us know. +
Please see the +blog +post about rsyslog 6.3.3 config format for details of what is currently supported. +
Compatibility mode (specified via -c option) has been removed. This was a migration aid from sysklogd and very early versions of rsyslog. As all major distros now have rsyslog as their diff --git a/grammar/Makefile.am b/grammar/Makefile.am index 2b149abe..9767c12f 100644 --- a/grammar/Makefile.am +++ b/grammar/Makefile.am @@ -9,6 +9,7 @@ libgrammar_la_SOURCES = \ lexer.l \ rainerscript.c \ rainerscript.h \ + parserif.h \ grammar.h testdriver_SOURCES = testdriver.c libgrammar.la diff --git a/tests/diag.sh b/tests/diag.sh index 9fd878a4..b278d2c5 100755 --- a/tests/diag.sh +++ b/tests/diag.sh @@ -10,7 +10,7 @@ #valgrind="valgrind --tool=helgrind --log-fd=1" #valgrind="valgrind --tool=exp-ptrcheck --log-fd=1" #set -o xtrace -#export RSYSLOG_DEBUG="debug nologfuncflow noprintmutexaction stdout" +#export RSYSLOG_DEBUG="debug nologfuncflow noprintmutexaction nostdout" #export RSYSLOG_DEBUGLOG="log" case $1 in 'init') $srcdir/killrsyslog.sh # kill rsyslogd if it runs for some reason -- cgit