From owner-cvs-all@FreeBSD.ORG Fri Mar 31 16:33:53 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECF0016A425; Fri, 31 Mar 2006 16:33:53 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3885E43D6A; Fri, 31 Mar 2006 16:33:45 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id D660D46BCB; Fri, 31 Mar 2006 11:33:43 -0500 (EST) Date: Fri, 31 Mar 2006 16:33:43 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: "Christian S.J. Peron" In-Reply-To: <442D475C.2030604@FreeBSD.org> Message-ID: <20060331163221.Q88223@fledge.watson.org> References: <200603302104.k2UL4qF7086165@repoman.freebsd.org> <20060331080654.GB776@turion.vk2pj.dyndns.org> <20060331090421.I9972@fledge.watson.org> <442D475C.2030604@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/usr.sbin/syslogd syslogd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 16:33:54 -0000 On Fri, 31 Mar 2006, Christian S.J. Peron wrote: > Although I agree this is a good idea, I think it would be more appropriate > to place these kinds of checks in newsyslog(8) so that other programs > logging can take advantage of this. The program generating the log message is presumably the one that has to decide not to generate it if space is low. Log messages currently come from syslogd. Are you actually suggesting that syslogd should read the newsylogd.conf file to find settings? Robert N M Watson