From owner-cvs-all Tue Feb 29 0: 2:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C669C37BA83; Tue, 29 Feb 2000 00:02:35 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA31432; Tue, 29 Feb 2000 00:02:35 -0800 (PST) (envelope-from joerg@FreeBSD.org) Message-Id: <200002290802.AAA31432@freefall.freebsd.org> From: Joerg Wunsch Date: Tue, 29 Feb 2000 00:02:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 2000/02/29 00:02:30 PST Modified files: usr.sbin/syslogd syslogd.c Log: Fix a nit in my previous commit: make SIGHUP and SIGCHLD restartable as they ought to be. The description of SA_RESTART was a little unobvious to me in the man page, so i missed it. Thanks to Bruce for spotting this. Submitted by: bde Revision Changes Path 1.59 +3 -3 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message