CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/11/24 16:11:42
Modified files:
usr.sbin/syslogd: syslogd.c
Log message:
Revert my change to ignore EIO errors when writing to log files.
Syslogd continued logging messages to a file that had an EIO error.
This could slow down the whole system. File system errors may cause
huge delays at every access. This prevented debugging the issue.
Now syslogd will log a warning and shut down logging to this file
until restart or SIGHUP.
OK deraadt@ espie@ millert@