David Leigh writes:
>
> While we're on this subject, AIX also requires the "setlogsock":
>
> - ($^O eq "linux" || $^O eq "openbsd") && setlogsock ('unix');
> + ($^O eq "linux" || $^O eq "openbsd" || $^O eq "aix") &&
> Sys::Syslog::setlogsock ('unix');
Given that there are so many OS's that require this setting
(Linux, (Open|Net|Free)BSD, AIX, etc.), should this be a
parameter in mon.cf ? Also, remember that a site might change
the default settings of their syslogd to use a local (or network)
socket, which would further confuse things.
-- Ed