Edit

IABSD.fr/src/usr.sbin/syslogd

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2020-05-25 10:38:32
    Hash : 7454d7ca
    Message : When DNS lookup of an UDP loghost failed, syslogd(8) did close the UDP sockets for sending messages. Keep the sockets open if the config allows to send UDP. Then they can be used to send if DNS is working during the next SIGHUP. bug reported and fix tested by sven falempin; OK millert@