From owner-freebsd-hackers@FreeBSD.ORG Thu Apr 29 05:43:23 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 398A716A4CE for ; Thu, 29 Apr 2004 05:43:23 -0700 (PDT) Received: from hexagon.stack.nl (hexagon.stack.nl [131.155.140.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90BB743D41 for ; Thu, 29 Apr 2004 05:43:20 -0700 (PDT) (envelope-from marcolz@stack.nl) Received: from hammer.stack.nl (hammer.stack.nl [IPv6:2001:610:1108:5010::153]) by hexagon.stack.nl (Postfix) with ESMTP id 5BC7551FC; Thu, 29 Apr 2004 14:43:19 +0200 (CEST) Received: by hammer.stack.nl (Postfix, from userid 333) id B887A61F4; Thu, 29 Apr 2004 14:43:19 +0200 (CEST) Date: Thu, 29 Apr 2004 14:43:19 +0200 From: Marc Olzheim To: freebsd-hackers@freebsd.org, Matt Freitag Message-ID: <20040429124319.GA13214@stack.nl> References: <20040428190057.09B0416A4D9@hub.freebsd.org> <20040428193649.GB274@tikitechnologies.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040428193649.GB274@tikitechnologies.com> X-Operating-System: FreeBSD hammer.stack.nl 5.2-CURRENT FreeBSD 5.2-CURRENT X-URL: http://www.stack.nl/~marcolz/ User-Agent: Mutt/1.5.6i Subject: Re: Loosing STDOUT after file rotation X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 12:43:23 -0000 On Wed, Apr 28, 2004 at 09:36:50AM -1000, Clifton Royston wrote: > BSD/OS long had a very nice "rotate" shell script for log files as > part of their standard distro, with a hook to trigger a daemon restart > or log reopens as needed, but unfortunately I don't know its license > and copyright status. It would be nice to add something like that into > the FreeBSD base distribution - it's not like log rotation is a feature > needed only on rare installations. Which seems to be exactly what "newsyslog" is for... Marc