Date: Thu, 26 May 2005 00:31:38 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.c Message-ID: <200505260031.j4Q0VcRc027015@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2005-05-26 00:31:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/syslogd syslogd.c Log: MFC revision 1.144 date: 2005/05/19 21:09:44; author: csjp; state: Exp; lines: +2 -0 Add cases for ENOBUFS and ENETDOWN. We need to make sure that we catch all transient errors. This fixes situations where transient error conditions such as network interfaces losing carrier signals or the system running out of mbufs would result in the permanent removal of forwarding syslog messages. Revision Changes Path 1.131.2.4 +2 -0 src/usr.sbin/syslogd/syslogd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505260031.j4Q0VcRc027015>