cvs commit: src/usr.sbin/syslogd syslogd.c
Christian S.J. Peron
csjp at FreeBSD.org
Thu May 19 21:09:45 GMT 2005
csjp 2005-05-19 21:09:45 UTC
FreeBSD src repository
Modified files:
usr.sbin/syslogd syslogd.c
Log:
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.
MFC after: 1 week
Revision Changes Path
1.144 +2 -0 src/usr.sbin/syslogd/syslogd.c
More information about the cvs-src
mailing list