CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/04/07 09:36:16
Modified files: usr.sbin/syslogd: syslogd.c Log message: Incoming TCP connections from clients fill the files of a log server. A log client reconnects at every SIGHUP. Write these accept and close messages with debug priority, then they can be turned on in syslog.conf. Default is off. While there, move a debug message and set the priority of the exit message explicitly to error. OK mpf@ millert@