xref: /openbsd-src/regress/usr.sbin/syslogd/args-default.pl (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
1# Test with default values, that is:
2# The client writes a message to Sys::Syslog native method.
3# The syslogd writes it into a file and through a pipe and to tty.
4# The syslogd passes it via UDP to the loghost.
5# The server receives the message on its UDP socket.
6# Find the message in client, file, pipe, console, user, syslogd, server log.
7
8use strict;
9use warnings;
10
11our %args = (
12);
13
141;
15