Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jim Wise <jwise@netbsd.org>
List: source-changes
Date: 07/01/2000 19:15:36
Module Name: basesrc
Committed By: jwise
Date: Sun Jul 2 02:15:36 UTC 2000
Modified Files:
basesrc/usr.sbin/syslogd: syslogd.c
Log Message:
Fix minor thinko in previous. Make sure we close and keep closed all
sockets in the situation where all of the following are true:
* /etc/syslogd.conf contained forwarding actions when we were
started up or when we last received a HUP
* /etc/syslogd.conf has had all forwarding actions removed
* we are running with -s
and we receive a HUP.
To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 basesrc/usr.sbin/syslogd/syslogd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.