From owner-cvs-src-old@FreeBSD.ORG Sat Aug 7 12:54:29 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 73252106566C for ; Sat, 7 Aug 2010 12:54:29 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 612248FC14 for ; Sat, 7 Aug 2010 12:54:29 +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 o77CsT4V092451 for ; Sat, 7 Aug 2010 12:54:29 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o77CsTgS092450 for cvs-src-old@freebsd.org; Sat, 7 Aug 2010 12:54:29 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201008071254.o77CsTgS092450@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Sat, 7 Aug 2010 12:54:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/usr.sbin/sysinstall dist.c install.c 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: Sat, 07 Aug 2010 12:54:29 -0000 brucec 2010-08-07 12:54:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/sysinstall dist.c install.c Log: SVN rev 211012 on 2010-08-07 12:54:12Z by brucec MFC r209468: Make it easier to cancel a failing installation by only attempting to extract distributions once. If a distribution fails to fetch/extract and the user doesn't want to retry, abort the installation. Approved by: rrs (mentor) Revision Changes Path 1.249.2.8 +15 -7 src/usr.sbin/sysinstall/dist.c 1.373.2.3 +4 -2 src/usr.sbin/sysinstall/install.c