From owner-p4-projects@FreeBSD.ORG Mon Nov 28 23:01:11 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4600116A422; Mon, 28 Nov 2005 23:01:11 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3FAD16A41F for ; Mon, 28 Nov 2005 23:01:10 +0000 (GMT) (envelope-from soc-andrew@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF5F543D49 for ; Mon, 28 Nov 2005 23:01:10 +0000 (GMT) (envelope-from soc-andrew@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jASN1AhF027154 for ; Mon, 28 Nov 2005 23:01:10 GMT (envelope-from soc-andrew@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jASN1AoO027151 for perforce@freebsd.org; Mon, 28 Nov 2005 23:01:10 GMT (envelope-from soc-andrew@freebsd.org) Date: Mon, 28 Nov 2005 23:01:10 GMT Message-Id: <200511282301.jASN1AoO027151@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to soc-andrew@freebsd.org using -f From: soc-andrew To: Perforce Change Reviews Cc: Subject: PERFORCE change 87389 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2005 23:01:12 -0000 http://perforce.freebsd.org/chv.cgi?CH=87389 Change 87389 by soc-andrew@soc-andrew_serv on 2005/11/28 23:00:58 Fix the extraction of distfiles Reword the question about installing ports Affected files ... .. //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/lib/target_system.lua#7 edit .. //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/inst/431_ports.lua#2 edit Differences ... ==== //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/lib/target_system.lua#7 (text+ko) ==== @@ -415,7 +415,7 @@ cmds:add{ cmdline = "${root}${TAR} -f " .. "${root}usr/${uname}/${dir}/${src}.${dist_suffix}" .. - "-x -C ${root}${base}${dest}", + " -x -C ${root}${base}${dest}", replacements = { base = base, src = src, ==== //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/inst/431_ports.lua#2 (text+ko) ==== @@ -39,7 +39,7 @@ local response = App.ui:present({ id = "install_ports", name = _("Install Ports tree"), - short_desc = _("Do you want the Ports tree installed?"), + short_desc = _("Do you want yo install the Ports tree?"), actions = { { id = "yes",