From owner-freebsd-current@FreeBSD.ORG Fri Mar 2 01:29:18 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62BA616A400; Fri, 2 Mar 2007 01:29:18 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 31EA413C48D; Fri, 2 Mar 2007 01:29:18 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.8/8.13.8) with ESMTP id l221Q0PV050547; Thu, 1 Mar 2007 17:26:00 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.8/8.13.8/Submit) id l221Q0MD050543; Thu, 1 Mar 2007 17:26:00 -0800 (PST) (envelope-from sgk) Date: Thu, 1 Mar 2007 17:26:00 -0800 From: Steve Kargl To: Daniel Gerzo Message-ID: <20070302012600.GA39296@troutmask.apl.washington.edu> References: <1687213025.20070301020540@rulez.sk> <20070228.190000.564104474.imp@bsdimp.com> <20070301110729.GA43178@daemon.rulez.sk> <20070301123041.GP11232@hoeg.nl> <1987799359.20070302020014@rulez.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1987799359.20070302020014@rulez.sk> User-Agent: Mutt/1.4.2.2i Cc: Ed Schouten , current@freebsd.org Subject: Re: mount/fstab parsing broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2007 01:29:18 -0000 On Fri, Mar 02, 2007 at 02:00:14AM +0100, Daniel Gerzo wrote: > This sounds like a good candidate for an UPDATING entry? > Are you sure anyone would read UPDATING? Is there a problem with this entry? 20051129: The nodev mount option was deprecated in RELENG_6 (where it was a no-op), and is now unsupported. If you have nodev or dev listed in /etc/fstab, remove it, otherwise it will result in a mount error. -- Steve