Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 1996 11:56:18 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libc/gen syslog.c
Message-ID:  <199603021956.LAA13597@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/03/02 11:56:17

  Modified:    lib/libc/gen  syslog.c
  Log:
  If the send() to the AF_UNIX socket to the syslogd fails, attempt to
  reconnect once using the saved openlog() parameters.
  
  This helps one of the system startup race conditions. If syslogd takes too
  long to get going, some daemons can fail the connection and forever log
  to the console even though the syslogd is running.  That is ..unfortunate..
  
  Revision  Changes    Path
  1.8       +56 -18    src/lib/libc/gen/syslog.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603021956.LAA13597>