diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-22 14:57:34 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-22 14:57:34 +0200 |
commit | 33e216daf7f89542cc6c91f1e97da6fdb71eecf8 (patch) | |
tree | f4b74d404f66234121cdd1f7fe1bba029975ce61 /tests/diag.sh | |
parent | e04e1b50025f5fa9c26abd946190dce8f797d08f (diff) | |
download | rsyslog-33e216daf7f89542cc6c91f1e97da6fdb71eecf8.tar.gz rsyslog-33e216daf7f89542cc6c91f1e97da6fdb71eecf8.tar.xz rsyslog-33e216daf7f89542cc6c91f1e97da6fdb71eecf8.zip |
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...
Diffstat (limited to 'tests/diag.sh')
-rwxr-xr-x | tests/diag.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |