On 2009-04-23, Mate Gabri <[email protected]> wrote: > Thank You! > > Is it possible to disable the listening socket? I want to run syslog-ng on > that port but use syslogd for local logging.
>> http://marc.info/?l=openbsd-misc&m=110817759325986&w=2 there's no *listening* socket, it's just a socket. you're assuming that things which apply to TCP also apply to UDP; they don't. just bind syslog-ng to a specific IP address and leave syslogd alone.

