From owner-cvs-src-old@FreeBSD.ORG Sat Oct 25 18:07:37 2008 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 19E201065674 for ; Sat, 25 Oct 2008 18:07:37 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0695E8FC1A for ; Sat, 25 Oct 2008 18:07:37 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9PI7ajj000370 for ; Sat, 25 Oct 2008 18:07:36 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9PI7avO000369 for cvs-src-old@freebsd.org; Sat, 25 Oct 2008 18:07:36 GMT (envelope-from kensmith@repoman.freebsd.org) Message-Id: <200810251807.m9PI7avO000369@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kensmith@repoman.freebsd.org using -f From: Ken Smith Date: Sat, 25 Oct 2008 01:21:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6 Subject: cvs commit: src/usr.sbin/sysinstall config.c globals.c index.c package.c sysinstall.h 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, 25 Oct 2008 18:07:37 -0000 kensmith 2008-10-25 01:21:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall config.c globals.c index.c package.c sysinstall.h Log: SVN rev 184237 on 2008-10-25 01:21:28Z by kensmith MFS r184232: > MFC r183921 and r184180 > When we notice the INDEX had volume numbers (so the media the packages > are coming from has multiple volumes) walk through the dependency tree > for the packages selected by the user once for each volume, only > installing packages on the current volume. If we can't install the > package because its on a higher volume just note that we have looked > at it during the pass for this volume to cut down on time spent checking > dependencies. This stops the excessive disc swapping that users have > complained (a lot...) about. Approved by: re (kib) Revision Changes Path 1.233.2.6 +9 -2 src/usr.sbin/sysinstall/config.c 1.27.8.1 +3 -0 src/usr.sbin/sysinstall/globals.c 1.106.2.9 +51 -5 src/usr.sbin/sysinstall/index.c 1.103.8.2 +11 -4 src/usr.sbin/sysinstall/package.c 1.264.2.8 +5 -1 src/usr.sbin/sysinstall/sysinstall.h