mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 03:20:41 +01:00
14 lines
392 B
Bash
Executable File
14 lines
392 B
Bash
Executable File
#!/bin/bash
|
|
# added 2013-12-10 by Rgerhards
|
|
# This file is part of the rsyslog project, released under ASL 2.0
|
|
echo ===============================================================================
|
|
echo \[sndrcv_relp.sh\]: testing sending and receiving via relp
|
|
|
|
uname
|
|
if [ `uname` = "SunOS" ] ; then
|
|
echo "Solaris: FIX ME RELP"
|
|
exit 77
|
|
fi
|
|
|
|
. $srcdir/sndrcv_drvr.sh sndrcv_relp_tls 50000
|