From owner-cvs-src@FreeBSD.ORG Fri Dec 19 03:26:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9791A16A4CE; Fri, 19 Dec 2003 03:26:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA36243DB0; Fri, 19 Dec 2003 03:26:44 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBJBQi0B071407; Fri, 19 Dec 2003 03:26:44 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBJBQil1071406; Fri, 19 Dec 2003 03:26:44 -0800 (PST) (envelope-from scottl) Message-Id: <200312191126.hBJBQil1071406@repoman.freebsd.org> From: Scott Long Date: Fri, 19 Dec 2003 03:26:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/usr.sbin/sysinstall dist.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 11:26:45 -0000 scottl 2003/12/19 03:26:44 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) usr.sbin/sysinstall dist.c Log: MFC: Don't force-unmount devfs during install Approved by: re Revision Changes Path 1.226.2.2 +1 -22 src/usr.sbin/sysinstall/dist.c