CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/10/23 11:16:35
Modified files: usr.sbin/syslogd: syslogd.c Log message: When the partition of /var/log was full, syslogd(8) stopped writing to files located there. It did this permanently, so cleaning /var without SIGHUP to syslogd did not help. Better retry, write an error message to other log hosts, and write a summary of dropped messages after it works again. OK millert@ friehm@