Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Nov 2003 16:08:44 +0200
From:      Nikolay Pavlov <temp@roks.biz>
To:        freebsd-stable@freebsd.org
Subject:   PR bin/51253
Message-ID:  <1655795183.20031107160844@roks.biz>

next in thread | raw e-mail | index | archive | help
Hi, folks.

   Syslogd dies on my FreeBSD 4.9 box after reconfiguration that enables remote logging.
   I have looked in mail archives and found PR bin/51253 that describes a problem.
   I am not especial programmer, but that solve the problem:

   
--- syslogd.c.old       Tue May 20 20:13:53 2003
+++ syslogd.c   Fri Nov  7 12:10:44 2003
@@ -1072,7 +1072,6 @@
                                switch (errno) {
                                case EHOSTUNREACH:
                                case EHOSTDOWN:
-                                       break;
                                /* case EBADF: */
                                /* case EACCES: */
                                /* case ENOTSOCK: */   

Thanks, Nikolay.



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