From owner-cvs-usrsbin Thu Jan 2 23:13:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA04276 for cvs-usrsbin-outgoing; Thu, 2 Jan 1997 23:13:27 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA04264; Thu, 2 Jan 1997 23:13:24 -0800 (PST) Date: Thu, 2 Jan 1997 23:13:24 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199701030713.XAA04264@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/syslogd syslogd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/01/02 23:13:23 Modified: usr.sbin/syslogd syslogd.c Log: Unlink LogName before attempting to open it. Since we now have a lovely bug in syslogd which causes it to die after random amounts of time (widely reported), this at least allows the administrator to easily restart it without wondering why it simply exits again each time. Revision Changes Path 1.17 +2 -1 src/usr.sbin/syslogd/syslogd.c