CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/11 15:33:17
Modified files:
usr.sbin/syslogd: syslogd.c
Log message:
Instead of printing errno strings here and there, add a logerrorx()
to syslogd that does not do that. Use it for anything that does
not look like a system call or library call around it.
Also add logerrorctx() that prints the TLS error instead.
Reduce the maximum CAfile limit to 50MB, requested by Bob.
OK beck@
