CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/09/17 17:49:14
Modified files: usr.sbin/syslogd: syslogd.c Log message: syslogd has special code to report errors before it has been initialized. For every message it did reopen the console with file descriptor passing from the privsep parent. Now preopen the console, so writing the message out works in more cases. If the console has been revoked, a reopen via privsep and write again is tried anyway. OK brynet@ deraadt@ jca@