From owner-cvs-src@FreeBSD.ORG Fri Nov 9 22:41:46 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F47816A468; Fri, 9 Nov 2007 22:41:46 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id CF05C13C4A7; Fri, 9 Nov 2007 22:41:42 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (ppp99-45.adsl.forthnet.gr [193.92.138.45]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lA9MfHCw014138 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 10 Nov 2007 00:41:29 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id lA9MfCr3035258; Sat, 10 Nov 2007 00:41:12 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id lA9MfBlk035257; Sat, 10 Nov 2007 00:41:11 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Sat, 10 Nov 2007 00:41:11 +0200 From: Giorgos Keramidas To: Ceri Davies Message-ID: <20071109224110.GA35209@kobe.laptop> References: <200711091802.lA9I2q5R060293@repoman.freebsd.org> <20071109213405.GW60860@submonkey.net> <20071109220551.GB2235@kobe.laptop> <20071109222726.GX60860@submonkey.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071109222726.GX60860@submonkey.net> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.099, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.30, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: cvs-src@freebsd.org, remko@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/mdconfig mdconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Nov 2007 22:41:46 -0000 On 2007-11-09 22:27, Ceri Davies wrote: > On Sat, Nov 10, 2007 at 12:05:51AM +0200, Giorgos Keramidas wrote: > > Similar concerns have been raised by bde a while ago. I have a slightly > > improved patch now, which describes *all* the steps of the example. > > > > This one actually *notes* that the mdconfig command creates an md(4) > > device, and then mounts it, instead of saying that we 'mount an iso'. > > Thanks! I like this much better, but have one little nit to pick: Nice. Patch updated... I'll wait to see if ru or pjd want me to change anything else and commit. Thanks :)