From owner-svn-src-all@FreeBSD.ORG Sun May 12 21:28:15 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 90CC3F15 for ; Sun, 12 May 2013 21:28:15 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by mx1.freebsd.org (Postfix) with ESMTP id 6AE7AFFE for ; Sun, 12 May 2013 21:28:15 +0000 (UTC) Received: by mail-pd0-f175.google.com with SMTP id y14so3940997pdi.34 for ; Sun, 12 May 2013 14:28:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=q9ngwntsVyr6EiFCToU2M4cvwiNbHVccrcHjAhMTScA=; b=ojjVejZugPKvdfAupEeIrH1oBKF+faa2Iv7ilNJWk1S9L5YR6Gh0/yt9Iv2bsLLmqr YgzThw8Ujn3Y8xdM7cOH9+f748aEqRnSoTgiujwUFs698IHKq1uRwrvxwTMCS/YN11jA cuAd6iTFkz4UznNmRv66emjHwygleMUFRzyBE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=q9ngwntsVyr6EiFCToU2M4cvwiNbHVccrcHjAhMTScA=; b=FDshkIjz8zi4RFuaDdtB1JI/Kg6jqnXuROYYa1vke0e9Hd+FYrjRXlolfXCn/AYyzi N98AieEQmNU73nYIWMu0L5RAHGXfOuQbOjAmPP233ZlG1fSQcJn11wDEhpNAXtclkiEp pW39jLxIkpuEIfN4dQp6s+Bv66mEOz5uvt1hdnaTgIHRJ720xBJ+jD3nXcHUeTPicwyc IRS3M2bqdWFLAZh/TzfgDw1XGT/DkHAHHg3qNcIIc7JLSF1l6GfO0KVYXhcJtuX9Z/5+ t9DIrwoJUUV+6IYcjD0dW+bskGh2qeEuug+PfGVlrSAFBkQ7gFvoYmn2aUswckODa4K7 VeWQ== X-Received: by 10.66.216.198 with SMTP id os6mr26601691pac.145.1368394089363; Sun, 12 May 2013 14:28:09 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.70.67.130 with HTTP; Sun, 12 May 2013 14:27:39 -0700 (PDT) In-Reply-To: References: <201305121523.r4CFNxBR055568@svn.freebsd.org> From: Eitan Adler Date: Sun, 12 May 2013 17:27:39 -0400 X-Google-Sender-Auth: 0RNj0bsyWm3VFKANIjina1yKorA Message-ID: Subject: Re: svn commit: r250565 - head/etc To: Dmitry Morozovsky Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQluyIOqk1lfcWkWH4t1KZ66n/5xaC2ebOt8o9YBsP2r0LOEZ4IAA1NsEq+re+e1AhDEN/v1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2013 21:28:15 -0000 On 12 May 2013 11:54, Dmitry Morozovsky wrote: > On Sun, 12 May 2013, Eitan Adler wrote: > >> Author: eadler >> Date: Sun May 12 15:23:59 2013 >> New Revision: 250565 >> URL: http://svnweb.freebsd.org/changeset/base/250565 >> >> Log: >> Make newsyslog compress logs with xz instead of bzip2 to save space. > > While it may be useful for contemporary x64 machines, where CPU power is not an > issue, I'm afraid it could produce more harm than goodness on old hardware > and/or other architectures like arm. > > Do you have any estimation chart on different CPUs and architectures? I tend to be of the opinion that defaults can be changed... ... but by request I reverted this change. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams