From owner-cvs-src@FreeBSD.ORG Fri May 18 20:41:33 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 049E216A400; Fri, 18 May 2007 20:41:33 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id E811113C44C; Fri, 18 May 2007 20:41:32 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 729871A3C19; Fri, 18 May 2007 13:42:27 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 221F051488; Fri, 18 May 2007 16:41:32 -0400 (EDT) Date: Fri, 18 May 2007 16:41:32 -0400 From: Kris Kennaway To: Giorgos Keramidas Message-ID: <20070518204131.GA50910@xor.obsecurity.org> References: <200705181357.l4IDvHIP099048@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705181357.l4IDvHIP099048@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@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, 18 May 2007 20:41:33 -0000 On Fri, May 18, 2007 at 01:57:17PM +0000, Giorgos Keramidas wrote: > keramida 2007-05-18 13:57:17 UTC > > FreeBSD src repository (doc committer) > > Modified files: > sbin/mdconfig mdconfig.8 > Log: > Add an example which shows how mdconfig(8) can be used > to mount an ISO 9660 CD image file. > > PR: 112691 > Submitted by: Warren Block, wblock at wonkity.com > MFC after: 3 days An interesting trick is that bsdtar can read ISO files without needing to mount them - I wonder if a cross-reference is appropriate. Kris