testbench: some cleanup

This commit is contained in:
Rainer Gerhards 2015-03-24 15:16:19 +01:00
parent bdfb382eb1
commit 4380f88adf
4 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,5 @@
# This is part of the rsyslog testbench, licensed under ASL 2.0
echo ======================================================================
echo [imfile-readmode2.sh]
source $srcdir/diag.sh init
source $srcdir/diag.sh startup imfile-readmode2-polling.conf

View File

@ -1,4 +1,5 @@
# This is part of the rsyslog testbench, licensed under ASL 2.0
echo ======================================================================
echo [imfile-readmode2.sh]
source $srcdir/diag.sh init
source $srcdir/diag.sh startup imfile-readmode2.conf

View File

@ -5,7 +5,6 @@ module(load="../plugins/imfile/.libs/imfile" mode="polling" PollingInterval="1")
input(type="imfile"
File="./rsyslog.input"
Tag="file:"
StateFile="stat-file1"
ReadMode="2")
template(name="outfmt" type="list") {

View File

@ -5,7 +5,6 @@ module(load="../plugins/imfile/.libs/imfile")
input(type="imfile"
File="./rsyslog.input"
Tag="file:"
StateFile="stat-file1"
ReadMode="2")
template(name="outfmt" type="list") {