freebsd-dev/usr.sbin/syslogd
David Malone de4aac0deb logerror is used in syslogd to log errors from syslogd itself. It
is possible for an error to occur while trying to log an error, and
this can result in infinite recursion (or at least until we run out
of stack).

Rather than this, we ignore requests to log an error while logging an
error.

PR:		51253
MFC after:	2 weeks
2003-11-16 21:51:06 +00:00
..
Makefile Avoid code duplication by using libutil's trimdomain() instead of 2003-05-17 20:05:18 +00:00
pathnames.h
syslog.conf.5 Allow multiple hosts or programs to be named in program 2003-02-13 00:08:56 +00:00
syslogd.8 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
syslogd.c logerror is used in syslogd to log errors from syslogd itself. It 2003-11-16 21:51:06 +00:00