mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 22:10:41 +01:00
7 lines
307 B
Bash
Executable File
7 lines
307 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
|
|
. $srcdir/sndrcv_drvr.sh sndrcv_relp_tls 50000
|