From owner-freebsd-stable@FreeBSD.ORG Fri Nov 7 06:17:48 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D440C16A4CE for ; Fri, 7 Nov 2003 06:17:48 -0800 (PST) Received: from pathfinder.roks.biz (roks.biz [212.110.133.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AB5943F85 for ; Fri, 7 Nov 2003 06:17:43 -0800 (PST) (envelope-from temp@roks.biz) Received: from admin.office.roks.biz (admin.office.roks.biz [192.168.100.103]) by pathfinder.roks.biz (8.12.9p2/8.12.9) with ESMTP id hA7E8lDe001019 for ; Fri, 7 Nov 2003 16:08:47 +0200 (EET) (envelope-from temp@roks.biz) Date: Fri, 7 Nov 2003 16:08:44 +0200 From: Nikolay Pavlov X-Mailer: The Bat! (v1.61) X-Priority: 3 (Normal) Message-ID: <1655795183.20031107160844@roks.biz> To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: PR bin/51253 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nikolay Pavlov List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2003 14:17:48 -0000 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.