test: remote: start a receiver syslogd to manually verify rfc3164

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2021-11-24 09:01:16 +01:00
parent 9f6fbb3301
commit d297a23e5a
2 changed files with 15 additions and 4 deletions

View File

@@ -96,6 +96,7 @@ setup()
cat <<-EOF > ${CONFD}/bar.conf
# For remote logging
*.* @127.0.0.2
*.* @127.0.0.2:${PORT2} ;RFC3164
EOF
../src/syslogd -m1 -b :${PORT} -d -sF -f ${CONF} -p ${SOCK} -p ${ALTSOCK} -C ${CACHE} -P ${PID} &