blob: 6c5c06be0db4fef3e18ddaeac5a2859e6a3a382e (
plain)
1
2
3
4
5
6
7
8
9
10
|
# added 2014-09-17 by Rgerhards
# This file is part of the rsyslog project, released under ASL 2.0
source $srcdir/diag.sh init
source $srcdir/diag.sh startup fac_uucp.conf
source $srcdir/diag.sh tcpflood -m1000 -P 65
source $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages
source $srcdir/diag.sh wait-shutdown # and wait for it to terminate
source $srcdir/diag.sh seq-check 0 999
source $srcdir/diag.sh exit
|