From owner-cvs-src@FreeBSD.ORG Fri Dec 9 17:23:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 A2AB916A41F; Fri, 9 Dec 2005 17:23:44 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B8A943D49; Fri, 9 Dec 2005 17:23:43 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id jB9HNhsU064621; Fri, 9 Dec 2005 09:23:43 -0800 (PST) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id jB9HNhSM064620; Fri, 9 Dec 2005 09:23:43 -0800 (PST) (envelope-from obrien) Date: Fri, 9 Dec 2005 09:23:43 -0800 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20051209172343.GA64567@dragon.NUXI.org> References: <200511232322.jANNMuGE005810@repoman.freebsd.org> <20051208024017.GA32302@dragon.NUXI.org> <20051208064559.GI51156@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051208064559.GI51156@ip.net.ua> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount Makefile extern.h mount_ufs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2005 17:23:44 -0000 On Thu, Dec 08, 2005 at 08:45:59AM +0200, Ruslan Ermilov wrote: > On Wed, Dec 07, 2005 at 06:40:17PM -0800, David O'Brien wrote: > > On Wed, Nov 23, 2005 at 11:22:56PM +0000, Craig Rodrigues wrote: > > > rodrigc 2005-11-23 23:22:56 UTC > > > Modified files: > > > sbin/mount Makefile extern.h > > > Removed files: > > > sbin/mount mount_ufs.c > > > Log: > > > Remove UFS-specific parts from mount(8). > > > For mounting UFS, all mount options are passed directly to nmount(), > > > without any UFS-specific logic. > > > > Where do we stand on making 'mount /' from single user work again? > > > > OK boot -s > > .. > > # uname -a > > # FreeBSD 7.0-CURRENT FreeBSD 7.0-CURRENT #33: Wed Dec 7 16:34:50 PST 2005 > > # mount / > > > mount -uw / You're missing the point. -- -- David (obrien@FreeBSD.org)