From owner-freebsd-hackers@FreeBSD.ORG Mon May 19 07:44:34 2008 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92B43106566C for ; Mon, 19 May 2008 07:44:34 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from freebsd.alaskaparadise.com (freebsd.alaskaparadise.com [208.79.80.117]) by mx1.freebsd.org (Postfix) with ESMTP id 607918FC2C for ; Mon, 19 May 2008 07:44:34 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from 251-47-237-24.gci.net (251-47-237-24.gci.net [24.237.47.251]) by freebsd.alaskaparadise.com (Postfix) with ESMTP id 87FD22383962; Mon, 19 May 2008 07:28:49 +0000 (UTC) From: Beech Rintoul To: freebsd-hackers@FreeBSD.org Date: Sun, 18 May 2008 23:28:41 -0800 User-Agent: KMail/1.9.7 X-Face: jC2w\k*Q1\0DA2Q0Eh&BrP/Rt2M, ^2O#R07VoT98m*>miQF9%Bi9vy`F6cPjwEe?m, )2 X?M\:OE9QgZ"xT3/n3,3MJ7N=Cfkmi%f(w^~X"SUxn>; 27NO; C+)g[7J`$G*SN>{ X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Beech Rintoul Subject: Help with copytree code X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beech Rintoul 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 07:44:34 -0000 --Boundary-00=_twSMINpc+IpqKUH Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.FreeBSD.org/releases/7.0R/announce.html --------------------------------------------------------------------------------------- --Boundary-00=_twSMINpc+IpqKUH--