From owner-cvs-src-old@FreeBSD.ORG Thu Oct 21 22:34:14 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 806B610656C1 for ; Thu, 21 Oct 2010 22:34:14 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 53DAC8FC18 for ; Thu, 21 Oct 2010 22:34:14 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9LMYElY042824 for ; Thu, 21 Oct 2010 22:34:14 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9LMYDJW042823 for cvs-src-old@freebsd.org; Thu, 21 Oct 2010 22:34:13 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201010212234.o9LMYDJW042823@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Thu, 21 Oct 2010 22:33:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pc-sysinstall/backend functions.sh X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2010 22:34:14 -0000 imp 2010-10-21 22:33:50 UTC FreeBSD src repository Modified files: usr.sbin/pc-sysinstall/backend functions.sh Log: SVN rev 214187 on 2010-10-21 22:33:50Z by imp Minor tweaks in compression support: o We need an eval here to get the right expansion of the command o bs=128k doesn't work in some cases, so eliminate it and cope with the minor performance hit. Submitted by: john hixson Revision Changes Path 1.7 +9 -9 src/usr.sbin/pc-sysinstall/backend/functions.sh