From 33e216daf7f89542cc6c91f1e97da6fdb71eecf8 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 22 Oct 2009 14:57:34 +0200 Subject: Begun to work on partial batch deletes... ... but this brings a lot of problems with it. The issue is that we still have a sequential store and we do not know how we could delete the one entry right in the middle of processing. I keep this branch if we intend to move on with it - but for now I look into a different solution... --- tests/diag.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/diag.sh') diff --git a/tests/diag.sh b/tests/diag.sh index ed2e66b2..d1bcbe44 100755 --- a/tests/diag.sh +++ b/tests/diag.sh @@ -23,6 +23,7 @@ case $1 in 'exit') rm -f rsyslogd.started work-*.conf diag-common.conf rm -f work rsyslog.out.log rsyslog.out.log.save # common work files rm -rf test-spool + echo ------------------------------------------------------------------------------- ;; 'startup') # start rsyslogd with default params. $2 is the config file name to use # returns only after successful startup -- cgit