=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/61.html,v retrieving revision 1.71 retrieving revision 1.72 diff -c -r1.71 -r1.72 *** www/61.html 2017/04/06 08:50:07 1.71 --- www/61.html 2017/04/06 12:36:29 1.72 *************** *** 396,401 **** --- 396,404 ---- This logs everything in UTC including the year, timezone and fractions of seconds. The default is still RFC 3164 BSD syslog time format. +
  • When log files are rotated, + newsyslog(8) + writes the creation time in UTC ISO format into the first line.
  • The syslogd(8) options -a, -T, and -U can be given more than once to specify *************** *** 407,412 **** --- 410,422 ----
  • Make SIGHUP handling in syslogd(8) more reliable. +
  • Let syslogd(8) + tolerate most errors on startup. + Keep running and receive messages from all working subsystems, + but do not die. +
  • The syslog(3) + priority of fatal and warning messages of various daemons + has been adjusted.
  • An NMI sends the amd64 kernel into ddb(4) more reliably. *************** *** 463,468 **** --- 473,481 ---- httpd(8) support now TLS session resumption using TLS session tickets. See the respective configuration man page for more information. +
  • With the -f option + sensorsd(8) + can use an alternative config file.