From owner-cvs-all Thu Sep 12 17:56: 5 2002 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 47F9237B400; Thu, 12 Sep 2002 17:56:00 -0700 (PDT) Received: from dilbert.robbins.dropbear.id.au (174.b.010.mel.iprimus.net.au [210.50.201.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69E3F43E6A; Thu, 12 Sep 2002 17:55:57 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (3rsx4tt85i74yacr@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id g8D0twUD026302; Fri, 13 Sep 2002 10:55:58 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id g8D0ts0D026301; Fri, 13 Sep 2002 10:55:55 +1000 (EST) Date: Fri, 13 Sep 2002 10:55:54 +1000 From: Tim Robbins To: "David O'Brien" , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc newsyslog.conf Message-ID: <20020913105554.A26167@dilbert.robbins.dropbear.id.au> References: <200209121728.g8CHS7An013425@freefall.freebsd.org> <3D80D22F.B7BDF10E@FreeBSD.org> <20020912234740.GB99846@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020912234740.GB99846@dragon.nuxi.com>; from obrien@FreeBSD.org on Thu, Sep 12, 2002 at 04:47:40PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Sep 12, 2002 at 04:47:40PM -0700, David O'Brien wrote: > On Thu, Sep 12, 2002 at 08:43:11PM +0300, Maxim Sobolev wrote: > > Is this really necessary? bzip2 is much more CPU/memory hungry, so > > that this change could really bite low-end machines. What's the gain? > > How much more CPU and memory? If you are worrying about the difference > in CPU and memory I assume you're still running Netscape version 1. > > This is a default that can be changed by the embedded community. The > gain is smaller log files and the ability to remove a GPL'ed binary from > the system with out breaking things. (there are still uses of gzip, but > we are one step closer...) OpenBSD's compress(1) can handle gzip files using zlib and is designed to act as a drop-in replacement for most uses of gzip... there are some issues with it, though, and it's not turned on by default. Still, this might be something to look at if you're interested in removing gzip from the base system. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message