From owner-freebsd-hackers@FreeBSD.ORG Mon May 19 08:53:28 2008 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DA0B106566B for ; Mon, 19 May 2008 08:53:28 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id 940668FC19 for ; Mon, 19 May 2008 08:53:27 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so830416nfh.33 for ; Mon, 19 May 2008 01:53:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=kkiyQNxIIAGMaW8QeCieK/uG7TyoU5sov8U9IaIoGiM=; b=dMiGiOtcdNHoqbiTmbuXbwvzbnQYwrO9PCxdFK3RL7wlHbX8EKSb9mckThEln0mU1g3Ledw9BThOb44sEtyzabafxx5jrOO5PYFSxY5TyGAHOH/VBfOxHjvbvYjmkPvMalQru5jiVlsWyJ+SDtybMVMTt354zEKvKLuHpFy9dog= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Mu2CkZLxxPBTheYsEOosxzUG13FJ8M6OZNOEzZVHVKRpfH2VXQ5iVYPs+GICoSV/t0jyCU8NOG5LG+/naOyfAH2Uu3vHKp2KnoETvXSAGykX6H9EQyC8ujpxN6OoDI0SsrGgOvNgqZR3Egi85U8q8B17l4NrxQAnu4XVCxMAimc= Received: by 10.125.89.5 with SMTP id r5mr5695123mkl.34.1211187204117; Mon, 19 May 2008 01:53:24 -0700 (PDT) Received: by 10.86.26.8 with HTTP; Mon, 19 May 2008 01:53:24 -0700 (PDT) Message-ID: <7d6fde3d0805190153w7440aeack9bb596cf38cceecf@mail.gmail.com> Date: Mon, 19 May 2008 01:53:24 -0700 From: "Garrett Cooper" To: "Beech Rintoul" In-Reply-To: <200805182355.24787.beech@freebsd.org> MIME-Version: 1.0 References: <200805182328.45822.beech@freebsd.org> <200805182355.24787.beech@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: hackers@freebsd.org Subject: Re: Help with copytree code X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2008 08:53:28 -0000 On Mon, May 19, 2008 at 12:55 AM, Beech Rintoul wrote: > On Sunday 18 May 2008, Beech Rintoul said: > > This copytree code is from bsd.port.mk, and I've been asked to try > > and find a fix. This is very handy for installing a whole tree > > (like a web app) keeping everything intact. It wasn't designed to > > copy to a populated directory so it affects everything in that dir, > > not just what's being installed. We need to keep it's > > functionality, but a fix is more than I can come up with. So I > > thought I'd ask you code gurus to help. If this can be fixed many > > will thank you! > > > > I attached it so it won't get line wrapped. > > > > Thanks, > > > > Beech > > Looks like it got stripped off, so I posted it here: > > http://www.alaskaparadise.com/freebsd/copytree_code What file patterns are you trying to copy over and what are you trying to avoid copying over? -Garrett