From owner-svn-src-all@FreeBSD.ORG Tue Dec 16 10:55:19 2008 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ED6B1065670; Tue, 16 Dec 2008 10:55:19 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw0.york.ac.uk (mail-gw0.york.ac.uk [144.32.128.245]) by mx1.freebsd.org (Postfix) with ESMTP id 399108FC16; Tue, 16 Dec 2008 10:55:19 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw7.york.ac.uk (mail-gw7.york.ac.uk [144.32.129.30]) by mail-gw0.york.ac.uk (8.13.6/8.13.6) with ESMTP id mBGAt9mq008177; Tue, 16 Dec 2008 10:55:09 GMT Received: from buffy-128.york.ac.uk ([144.32.128.160] helo=buffy.york.ac.uk) by mail-gw7.york.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1LCXa1-0005PQ-1u; Tue, 16 Dec 2008 10:55:09 +0000 Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.14.2/8.14.2) with ESMTP id mBGAt8ms044185; Tue, 16 Dec 2008 10:55:08 GMT (envelope-from gavin@FreeBSD.org) Received: (from ga9@localhost) by buffy.york.ac.uk (8.14.2/8.14.2/Submit) id mBGAt7wI044184; Tue, 16 Dec 2008 10:55:07 GMT (envelope-from gavin@FreeBSD.org) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson To: Ken Smith In-Reply-To: <1229356259.97399.42.camel@bauer.cse.buffalo.edu> References: <200812151546.mBFFku3j099316@svn.freebsd.org> <1229356259.97399.42.camel@bauer.cse.buffalo.edu> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 16 Dec 2008 10:55:07 +0000 Message-Id: <1229424907.42755.4.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin@freebsd.org Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r186131 - head/usr.sbin/sysinstall X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2008 10:55:19 -0000 On Mon, 2008-12-15 at 10:50 -0500, Ken Smith wrote: > On Mon, 2008-12-15 at 15:46 +0000, Ken Smith wrote: > > Author: kensmith > > Date: Mon Dec 15 15:46:56 2008 > > New Revision: 186131 > > URL: http://svn.freebsd.org/changeset/base/186131 > > > > Log: > > Don't tell the user to remove the media until its actually possible for > > them to remove the media. CDs need to be unmounted before they can be > > removed. > > > > I could have sworn I saw a PR complaining about this a couple months ago > (the PR itself was much older) because that's what reminded me this was > a "problem". I stopped expecting to be able to remove the media before > the reboot started a long time ago... Anyway, I can't seem to find the > PR now. If it does exist and if anyone somehow manages to trip across > it could you assign it to me so I can close it please? It's part of PR bin/29893. The PR contains lots of small bugs with sysinstall, most of which look like they are fixed. It's already assigned to you. Gavin