mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 05:00:42 +01:00
14 lines
425 B
Bash
Executable File
14 lines
425 B
Bash
Executable File
#!/bin/bash
|
|
# added 2017-09-29 by Rgerhards
|
|
# This file is part of the rsyslog project, released under ASL 2.0
|
|
echo ====================================================================================
|
|
echo \[sndrcv_relp_rebind.sh\]: testing sending and receiving via relp w/ rebind interval
|
|
|
|
uname
|
|
if [ `uname` = "SunOS" ] ; then
|
|
echo "Solaris: FIX ME RELP"
|
|
exit 77
|
|
fi
|
|
|
|
. $srcdir/sndrcv_drvr.sh sndrcv_relp_rebind 1000
|