[syslog-ng]FreeBSD uses unix-dgram

Jeremy Mates syslog-ng@lists.balabit.hu
Fri, 15 Oct 2004 15:52:00 -0700


* Chet Harvey <chet@pittech.com>
> I think freebsd is the same as unix-dgram so I changed the file to
> read this:

Yes, FreeBSD uses unix-dgram; the following works for me:

source foo {
  unix-dgram("/var/run/log");
}