CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/01 11:53:14
Modified files:
usr.sbin/syslogd: syslogd.c
Log message:
Bind the *:514 UDP socket of syslogd with SO_REUSEADDR. This avoids
conflicts with other processes bound to a specific address with the
same port. Syslogd uses this socket basically for outgoing traffic
to remote UDP log servers, so increase the chance that it works.
OK jung@ benno@
