Replace all combinations of logerror() and die() with log.c fatal().
authorbluhm <bluhm@openbsd.org>
Wed, 5 Apr 2017 15:16:12 +0000 (15:16 +0000)
committerbluhm <bluhm@openbsd.org>
Wed, 5 Apr 2017 15:16:12 +0000 (15:16 +0000)
commit0fcffb211e37c0fbed9f55dd4bd58fd9e05bea99
treefa71ff14e630e5daac99df1a2224efb9621aeabd
parenta27429105a4544b6f7c317344d1e50b966ac61c1
Replace all combinations of logerror() and die() with log.c fatal().
Internally syslogd's fatal() calls die() to do cleanup if necessary.
Also replace all err(3) after log_init() with fatal().
OK millert@
usr.sbin/syslogd/syslogd.c