From owner-cvs-src@FreeBSD.ORG Mon Feb 23 08:41:48 2004 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 B391416A4CF; Mon, 23 Feb 2004 08:41:48 -0800 (PST) Received: from laika.ifs.tuwien.ac.at (laika.ifs.tuwien.ac.at [128.131.167.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7445043D2D; Mon, 23 Feb 2004 08:41:48 -0800 (PST) (envelope-from stefan@fafoe.narf.at) Received: from fafoe.narf.at (unknown [212.186.3.235]) by laika.ifs.tuwien.ac.at (Postfix) with ESMTP id EEA9A20AF; Mon, 23 Feb 2004 17:43:54 +0100 (CET) Received: from wombat.fafoe.narf.at (wombat.fafoe.narf.at [192.168.1.42]) by fafoe.narf.at (Postfix) with ESMTP id 19CDC40B6; Mon, 23 Feb 2004 17:41:43 +0100 (CET) Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id 671D532B; Mon, 23 Feb 2004 17:41:41 +0100 (CET) Date: Mon, 23 Feb 2004 17:41:41 +0100 From: Stefan Farfeleder To: Greg Lehey Message-ID: <20040223164138.GA991@wombat.fafoe.narf.at> References: <200402170843.i1H8h5t1053306@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402170843.i1H8h5t1053306@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount Makefile mount.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: Mon, 23 Feb 2004 16:41:49 -0000 On Tue, Feb 17, 2004 at 12:43:05AM -0800, Greg Lehey wrote: > grog 2004/02/17 00:43:05 PST > > FreeBSD src repository > > Modified files: > sbin/mount Makefile mount.c > Log: > Report the difference between ufs and ufs2. > > Submitted by: "Christian S.J. Peron" > > Revision Changes Path > 1.14 +2 -0 src/sbin/mount/Makefile > 1.64 +14 -3 src/sbin/mount/mount.c Unfortunately, ordinary users keep seeing 'ufs' for UFS2 file systems since they usually lack permission to read from the /dev device node. Cheers, Stefan