From owner-freebsd-questions@FreeBSD.ORG Tue Jan 8 13:51:56 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B839C144 for ; Tue, 8 Jan 2013 13:51:56 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id A7C391CF for ; Tue, 8 Jan 2013 13:51:56 +0000 (UTC) Received: from [10.0.10.3] ([173.88.197.103]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 8 Jan 2013 05:51:57 -0800 Message-ID: <50EC247B.1010606@a1poweruser.com> Date: Tue, 08 Jan 2013 08:51:55 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Robert Bonomi Subject: Re: mtree spec References: <201301081348.r08DmAZx022060@mail.r-bonomi.com> In-Reply-To: <201301081348.r08DmAZx022060@mail.r-bonomi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 08 Jan 2013 13:51:57.0993 (UTC) FILETIME=[53818190:01CDEDA7] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] Cc: questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2013 13:51:56 -0000 Robert Bonomi wrote: >> From owner-freebsd-questions@freebsd.org Tue Jan 8 07:35:39 2013 >> Date: Tue, 08 Jan 2013 08:32:17 -0500 >> From: Fbsd8 >> To: FreeBSD questions >> Subject: mtree spec >> >> I have this mtree specification file >> >> /set type=dir uname=root gname=wheel >> . >> etc >> .. >> root >> .. >> usr >> local >> etc >> .. >> .. >> .. >> .. >> >> But I want to have it behave a little differently. >> What I am after is etc has to be present and any sub-directories off of >> etc is not a error. Same thing for for root and usr/local/etc >> > > The answers to those issues are found in 'man mtree'. > > IOW, RTFM applies. > > What you think I got this far without reading the manual. If I had greater understanding what the manual was saying I would not be asking for help.