From owner-freebsd-questions@FreeBSD.ORG Tue Nov 25 12:25:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D12C16A4CE for ; Tue, 25 Nov 2003 12:25:18 -0800 (PST) Received: from priv-edtnes56.telusplanet.net (defout.telus.net [199.185.220.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2F1343F75 for ; Tue, 25 Nov 2003 12:25:01 -0800 (PST) (envelope-from cpressey@catseye.mine.nu) Received: from catbus.biscuit.boo ([154.5.166.198]) by priv-edtnes56.telusplanet.netSMTP <20031125202501.MONT5676.priv-edtnes56.telusplanet.net@catbus.biscuit.boo>; Tue, 25 Nov 2003 13:25:01 -0700 Date: Tue, 25 Nov 2003 12:26:25 -0800 From: Chris Pressey To: Will Prater Message-Id: <20031125122625.0cb58be0.cpressey@catseye.mine.nu> In-Reply-To: References: <3B75ECFD-1DE6-11D8-A141-000A95DBBE34@mercurycloud.net> <58BF3BE2-1ED0-11D8-B5C4-000A95DBBE34@mercurycloud.net> Organization: Cat's Eye Technologies X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: daemon monitoring X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2003 20:25:18 -0000 On Tue, 25 Nov 2003 11:51:20 -0800 Will Prater wrote: > Also does one only need to create a log directory if the application > itself does not log? Or is this to log other information, I cant seem > to find an answer to this on DJB site. > > Thanks > > --will I'm pretty sure that if the application manages log files for itself, you don't need a log subdir. That's only useful for when you want to log (or otherwise intercept) the application's stdout/stderr/etc output. -Chris