From owner-cvs-lib Sat Mar 2 11:56:23 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA13615 for cvs-lib-outgoing; Sat, 2 Mar 1996 11:56:23 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA13597 Sat, 2 Mar 1996 11:56:18 -0800 (PST) Date: Sat, 2 Mar 1996 11:56:18 -0800 (PST) From: Peter Wemm Message-Id: <199603021956.LAA13597@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen syslog.c Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk 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