CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/03/24 16:13:00
Modified files: usr.sbin/syslogd: syslogd.c Log message: Keep syslogd(8) running as long as possible. Regular programs should terminate early in case of an error. But if syslogd dies, no messages can be seen at all. Except from command line parsing and memory shortage during statup, report errors and run all working subsystems, but do not die. OK millert@ dreaadt@